Its possible to run grunt tasks within WebStorm through external tools. However, is it possible to avail debugging with external tools? By running tasks like grunt se
You have to run grunt-cli as a Node application:
/Users/someuser/nvm/v0.10.5/bin/nodeGruntfile.js directory, ie /Projects/someprojectgrunt-cli symlink created on your node bin directory, WebStorm will use the symlink target), ie: /Users/someuser/nvm/v0.10.5/lib/node_modules/grunt-cli/bin/grunt
(C:\Users\someuser\AppData\Roaming\npm\node_modules\grunt-cli\bin\grunt on Windows 7)default or testClick on Run or Debug and you are done :)