Gulp Devtools is a developer tools chrome extension. it's a free extension and is featured in Developer Tools, it has 746 active users since released its first version, it earns an average rating of 4.40 from 10 rated user, last update is 3845 days ago.
Quick setup : ------------------- - Download the gulp devtools extension from the Chrome Web Store. - If not already installed, run `npm install -g gulp-devtools` - Export gulp from your gulpfile.js by adding `module.exports = gulp;` - Run `gulp-devtools` in a directory with a gulpfile! - Open Chrome Dev tools, find the Gulp tab. Your gulp tasks should now be accessible from Chrome. Project page: ------------------- - https://github.com/niki4810/gulp-devtools
You could download the latest version crx file or older version files and install it.
English (United States).
50% user give 4-star rating, 50% user give 2-star rating. Read reviews of gulp devtools
You could find more help information from gulp devtools support page.
You could send emails to publisher, or check publisher's website.
You could click to report abuse of gulp devtools.
As far as I can tell this just reprints in DevTools what would otherwise be in my console window. I'm not really sure how that's useful.
Useful for quickly rerunning gulp after changing unwatched files. Thanks