Because copying assets to build/assets is done with a prewatch script, it only takes effect right when npm watch is run. If a user adds more assets, they have to restart the npm watch process. (Ideally, a user could run npm watch and then work on their document without having to mess around on the command line anymore.)
Because copying assets to
build/assets
is done with aprewatch
script, it only takes effect right whennpm watch
is run. If a user adds more assets, they have to restart thenpm watch
process. (Ideally, a user could runnpm watch
and then work on their document without having to mess around on the command line anymore.)