Release Highlights
Fix republishing HTML pages with stale JavaScript or CSS. Published pages now use the current dependency files from disk, including files updated externally through symlinks.
Highlights
- Read JavaScript, stylesheets, and nested text dependencies fresh when building a publish snapshot.
- Inspect the current dependency contents before upload, so a stale cached copy cannot hide newly added source-map references.
Notes
- Republish affected pages after updating Aside to replace stale published assets.
- Release assets are limited to
main.js,manifest.json, andstyles.css.