From 4938bd9e1454769f5cc338ba9fab437eaa7e8f58 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 22 Apr 2026 07:56:14 +0530 Subject: Strip comments from CSS, YAML, gitignore, JS configs; JSDoc-on-declarations is the only allowed comment --- .github/workflows/deploy.yml | 4 ---- .gitignore | 8 -------- static/css/app.css | 37 +------------------------------------ svelte.config.js | 7 +------ 4 files changed, 2 insertions(+), 54 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8e6671..5a5e234 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,10 +41,6 @@ jobs: env: BASE_PATH: /${{ github.event.repository.name }} - # Pages must be enabled once in Settings → Pages with Source set to - # "GitHub Actions". The workflow's GITHUB_TOKEN can't provision the - # site itself (creating a Pages site is administration-scoped, beyond - # the `pages: write` permission this workflow holds). - uses: actions/configure-pages@v5 - uses: actions/upload-pages-artifact@v3 diff --git a/.gitignore b/.gitignore index 8b147ae..6fe63e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,14 @@ -# Dependencies node_modules/ -# Build output .svelte-kit/ build/ dist/ built/ -# Local environment .env .env.local .env.*.local -# Editor / OS .vscode/ .idea/ .DS_Store @@ -20,19 +16,15 @@ Thumbs.db *.swp *.swo -# Logs *.log npm-debug.log* pnpm-debug.log* -# Claude AI .claude/ -# Test output coverage/ .nyc_output/ -# Cache .vite/ .turbo/ .cache/ diff --git a/static/css/app.css b/static/css/app.css index 6ea23f1..57859a4 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -1,26 +1,15 @@ -/* --------------------------------------------------------------------------- - * Hollowdark — global styles and design tokens - * - * Component styles live in scoped