Hi.
I just wanted to let you know that I have made available a new version of my simple Grunt plugin for Gradle. This plugin allows you to run Grunt (http://gruntjs.com/) tasks from Gradle.
One major change in this version is the ability to automatically download a local Node so you do not need to download node manually. This is specially useful in in CI environments. It uses my Gradle Node plugin for that part.
So, go to https://github.com/srs/gradle-grunt-plugin for more information and usage. If you need to call NodeJS or NPM directly, then https://github.com/srs/gradle-node-plugin is also something to look at.
NOTE: I have not tested this new feature on Windows yet, so if someone could help me there I would really appreciate it.
Thanks!