gradle-gulp-plugin
gradle-gulp-plugin copied to clipboard
Gradle plugin for running Gulp tasks
Hi, Is it possible to set the location of the gulpfile? It's possible will plain gulp (using the parameter "--gulpfile"). [Edit] To clarify, is it possible to run gulp in...
Hi, The options currently available for "node" usage are either globally or to download it (if you set node.download = true). However, my use case is in an environment where...
See issue https://github.com/srs/gradle-node-plugin/issues/71
Dear @srs, It such a great plugin you make to enable usage of Gulp in Gradle. But i'm hitting the wall when implement gulp in my build script. Here's my...
If gulp task has colored output, it is stripped when launched throught gradle (Yes, very minor enhancement request.... Thanks for the work done, it's a very helpfull plugin)
I'm no Gradle or Gulp expert. However, it seems that child_process.spawn does not work in a gulp task when run from gradle. I'm using [gulp-install](https://www.npmjs.com/package/gulp-install) to run 'npm install' on...