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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -