How can I assign gulp node module in gradle-gulp-plugin? -
default location of node modules 'node_modules' directory in root of project. changed directory 'grunt' folder located in second depth of root directory. have let plugin know location of node_modules has gulp module. if do, plugin execute build.
how can achieve this? afraid plugin not popular right , there nobody knows it.
it's hardcoded, cannot change directory. in plugin source - https://github.com/srs/gradle-grunt-plugin/blob/master/src/main/groovy/com/moowork/gradle/grunt/grunttask.groovy
private final static string grunt_script = 'node_modules/grunt-cli/bin/grunt';
if want in directory, maybe create own plugin , extend current gradle-grunt plugin or modify , submit pull request.