Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-08-26 | 388 Bytes | |
v4.1.0.tar.gz | 2017-08-26 | 28.8 kB | |
v4.1.0.zip | 2017-08-26 | 64.8 kB | |
Totals: 3 Items | 94.0 kB | 0 |
Features
- [e07e78] add
--aggregate-output
option. This option avoids that the output of tasks is mixed even if parallel mode. Don't use this option if a task never finishes (e.g. web server, file watching, ...).
Thank you, @fatso83 !
Bug fixes
- [f7f7b4] fixed a bug that
npm-run-all
showsMaxListenersExceededWarning
warnings if it runs many tasks in parallel.