0.1.2 • Published 12 years ago
gulpt v0.1.2
gulpt @ 
gulp.js CLI wrapper that use time-require to measure & report all the
require()calls from your gulpfile.js. Simply use it instead ofgulpCLI to measure & speed up yourgulpfile.jsbuildrequire()calls.
Project status
Install
Globally install with npm
npm install -g gulptUsage
Now that gulpt is available on PATH, invoke it as you're using gulp. Additional parameters could be passed to time-require (ex: --sorted, --verbose)
gulpt build --sorted- Default usage (non-verbose) showing required modules in loaded order, above 1% treshold
gulpt -T
- Verbose (all) & sorted usage showing all required modules in sorted order
gulpt -T --verbose --sorted
License
Changelog
- v0.1.2 (2014.04.25) + Fix https://github.com/jaguard/gulpt/issues/1
- v0.1.1 (2014.04.25) + Add screenshoots
- v0.1.0 (2014.04.20)
+ Published
gulptmodule to npm + Initial release