gradle-grunt-plugin
gradle-grunt-plugin copied to clipboard
Gradle plugin for running Grunt tasks
There doesn't seem to be a way of setting Grunt's working directory. Grunt install always seems to install grunt to `node_modules/grunt` and `node_modules/grunt-cli` in my project directory, and it also...
Hi, this an amazing plugin! I download node and does a lot for me! Thanks. But for 100% of happiness I would need to fire "bower install" after npm install...
Currently, using the grunt plugin seems to require that I already have node in my path before kicking off gradle. It looks like the node plugin is calling node using...
Getting following error while running 'gradle grunt_build'. The statacktrace did not help much. Using node version v0.8.16. - What went wrong: Execution failed for task ':grunt_build'. > Process 'command 'node''...
I'm having an issue from a fresh gradle project in intellij 13. I followed the install plugin, but maybe there's something I missed. here's my basic gradle file...there nothing really...