Skip to content

Instantly share code, notes, and snippets.

@jacoduplessis
Created June 10, 2018 20:28
Show Gist options
  • Save jacoduplessis/8a16da3206602aa4409bdc6f593f77af to your computer and use it in GitHub Desktop.
Save jacoduplessis/8a16da3206602aa4409bdc6f593f77af to your computer and use it in GitHub Desktop.
Run a build script when source files change
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