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
The CSS preprocessing output is now written directly to the public/css directory (removed the intermediary write to the theme's resources/css directory). In case your theme uses preprocessing, make sure your theme's resources/css directory does not contain an outdated compiled CSS file, otherwise it will overwrite your theme's newer preprocessed CSS.
Improvements
Watch, rebuild, reload! harmonic run will now watch all files in the src directory and in the currently selected theme, triggering a new build and reloading the opened pages when changes are detected.
Harmonic commands can now be run from subdirectories of a Harmonic site. (@soapdog)
Improved promises and async functions error handling -- this fixes the main source of silent fails and makes Harmonic's code cleaner.
Harmonic will now throw an error when it fails to copy files (e.g. in harmonic init, harmonic build). Previously, it would fail silently.