Currently, there is no watch task for compiling assets - when new files are added to the assets folder the npm script to build assets (build:assets) needs to be run manually.
There should be a watch task similar to watch:scss and watch:js to compile assets when there any changes to the assets folder.
Currently, there is no watch task for compiling assets - when new files are added to the assets folder the npm script to build assets (
build:assets
) needs to be run manually.There should be a watch task similar to
watch:scss
andwatch:js
to compile assets when there any changes to the assets folder.