When having gulp-tasks within subdirectories, "Build-Explorer" does not recognices these tasks. For example, having "gulpfile.js" in "root-dir" with this content:
// all gulp tasks are located in the ./build/tasks directory
// gulp configuration is in files in ./build directory
require('require-dir')('build/tasks');
When having gulp-tasks within subdirectories, "Build-Explorer" does not recognices these tasks. For example, having "gulpfile.js" in "root-dir" with this content:
// all gulp tasks are located in the ./build/tasks directory // gulp configuration is in files in ./build directory require('require-dir')('build/tasks');
Please make this possible.