gabriel / musehub public
docs BREAKING docs/frontend-assets #1 / 1
gabriel · 75 days ago · Apr 9, 2026 · Diff

docs: add frontend asset build guide; recompile CSS to correct output path

docs/guides/frontend-assets.md: covers npm run build (and per-asset variants), source/output locations, cache-busting mechanism, watch mode for development, and the common 'CSS not updating' gotcha (wrong output path or missing hard-refresh).

Also recompiles app.css to the correct path (static/app.css, not static/css/app.css) — the wrong-path file is removed. The template references /static/app.css so the css/ subdir was never served.

sha256:a393bcc453437fc687ceb5ff8329c3c321c018e14cd19f9c8343be5a8b27046e sha
sha256:5d89af187352478e1aa25bddcbe0a1b9bbe344c2e95ecb18d825f031991b9f23 snapshot
← Older Oldest on docs/frontend-assets
All commits
Newer → Latest on docs/frontend-assets

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:a393bcc453437fc687ceb5ff8329c3c321c018e14cd19f9c8343be5a8b27046e --body "your comment"