You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: high-priority bugs and ship dev overlay from CLI package (#4)
* fix: high-priority bugs and ship dev overlay from CLI package
- Fix propPath bug in template compiler: `:index` without parent propPath
now derives a base name from the `:props` expression instead of
generating bare "[0]" paths
- Fix interpolation regex to support multiline expressions ([\s\S] vs .)
and detect unmatched braces at compile time
- Fix unsafe string replacement in html-renderer: use split/join instead
of replace() to avoid $ replacement patterns in region content
- Prevent double cache-busting: skip ?v= append if URL already has one
- Move dev-overlay.js into @vojtaholik/static-kit-cli package so it
ships from the package rather than being copied into every project.
Removes drift between example, template, and actual served version.
- Remove devOnlyFiles filter from build (no longer needed since
dev-overlay.js no longer lives in publicDir)
https://claude.ai/code/session_01XkNESeZ6fwXRAYsnw1BhqR
* feat: add cssOutput config for customizable CSS minification
- Introduced `cssOutput` option ("formatted" | "minified", default "formatted") to control CSS output format during the build process.
- Updated build command to conditionally minify CSS based on the new configuration, enhancing flexibility for users.
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments