gradle-gulp-plugin
gradle-gulp-plugin copied to clipboard
Can you use gulpfile from another directory?
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 one location, but specify a gulpfile from another?
Thanks!
There's a configure section at the bottom of the README that mentions using 'workDir'. However when I tried that it failed and suggested I use 'workingDir' instead. That seems to get rid of the error but I haven't been able to get my gulp file to run yet.
I take that back. If you configure it in gulp{workDir:"..."}
that works.