Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ notes.txt
.cache
hint-history
Resume_2025.pdf
docs/workbox-v*/
3 changes: 1 addition & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,14 @@ pnpm run postbuild # Auto-runs after build (Autoprefixer + CSSNano)

### Linting & Validation
```bash
pnpm run lint # 5 seconds - Stylelint check (expect 176+ legacy errors)
pnpm run lint # 5 seconds - Stylelint check (should report 0 errors)
pnpm run lint:fix # Auto-fix Stylelint issues
pnpm run webhint # 30 seconds - accessibility/performance audit
```

**Expected Build Warnings (Safe to Ignore)**:
- 144 Sass deprecation warnings from Bootstrap's `@import` syntax
- 74+ npm audit vulnerabilities (non-critical for static site)
- 176+ Stylelint errors (legacy code, non-blocking)
- 245+ WebHint warnings (accessibility/compatibility, non-blocking)
- Node version warnings (package requires 22, runs fine on 20+)

Expand Down
4 changes: 2 additions & 2 deletions docs/css/containers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/containers.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/css/print.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/slides.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/slides.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/css/style.css

Large diffs are not rendered by default.

Loading
Loading