grunt-devtools
-
Download the Grunt Devtools add-on for Chrome Dev Tools from the Chrome Web Store.
-
npm install grunt-devtools
in your grunt project -
Add
grunt.loadNpmTasks('grunt-devtools');
to yourGruntfile
-
run
grunt devtools
-
open Chrome Dev tools, find the Grunt tab. Your grunt tasks should now be accessible from Chrome.
Load unpacked extension from the extension
folder.
Locally install the plugin using npm install [folder]/grunt-plugin
Add grunt.loadNpmTasks('grunt-devtools');
to your Gruntfile
Run grunt devtools
to get things rolling!
-
The extension will work for up to 5 instances of
grunt devtools
at a time (this means if you like to work on more than 5 projects at a time, you will need to turn off the task) -
Background tasks are work in progress.