Releases: M-Zuber/npm-watch
Releases · M-Zuber/npm-watch
--legacy-watch and --delay options added
Thanks to @dcendents, --legacy-watch
and --delay
options can now be set in the config
Support running a specific script
Thanks to @marcel-ploch npm-watch
can now be told to only run a specific script instead of all of them.
Silent NPM for readability
Thanks to @posva errors coming from npm itself are no longer displayed.
Die function will not throw NRE
In some cases the die
function was called before stdin
was initialized and therefore threw an unrelated error.
Inherit option allows for full throughput of stdout
Boolean quiet flag
v0.1.5 0.1.5: quiet flag is a boolean
Proper crlf
This issue got out of hand, my apologies to all users of this library
Cleanup 1,2,3
Remove an old console.log
call
Line Endings....
Add `ignore` option
Allows the user to specify files to be excluded from the watcher. (thanks to @stuartlangridge)