Skip to content
Open
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
3 changes: 3 additions & 0 deletions .Jules/bolt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2025-01-27 - Static Asset Optimization Workflow
**Learning:** This project lacks a build system, so image optimization must be done manually (via scripts) and the resulting optimized assets (WebP) must be committed directly to the repo, replacing the originals to save space.
**Action:** When optimizing assets, always create a temporary script to process images, overwrite/replace the files in `assets/`, update references in HTML/CSS, and delete the script/originals before submitting.