3 lines
178 B
Plaintext
Executable file
3 lines
178 B
Plaintext
Executable file
#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
|