Created
June 10, 2018 20:28
-
-
Save jacoduplessis/8a16da3206602aa4409bdc6f593f77af to your computer and use it in GitHub Desktop.
Run a build script when source files change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while inotifywait -e close_write src ; do NODE_ENV=development node build.js; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment