nhsx / old-nhsx-website

:warning: This repository has been deprecated and is now read only
MIT License
18 stars 8 forks source link

assets watch task in npm scripts #40

Closed chrimesdev closed 5 years ago

chrimesdev commented 5 years ago

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.

chrimesdev commented 5 years ago

Fixed in release 2.0.0