3 lines
178 B
Plaintext
3 lines
178 B
Plaintext
|
#Watches the /src directory for changes and builds the distribution files
|
||
|
supervisor --watch src,lib --no-restart-on exit --quiet --extensions 'js|css' --exec node scripts/build
|