angelozerr / jsbuild-eclipse

Eclipse Plugin for Grunt, Gulp based on tern.java
Eclipse Public License 1.0
15 stars 3 forks source link

scan gulp tasks in subdirectories #11

Open nimo23 opened 8 years ago

nimo23 commented 8 years ago

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.

magicdude4eva commented 8 years ago

Same issue. Are there any workarounds for this?

angelozerr commented 8 years ago

Please read https://github.com/angelozerr/jsbuild-eclipse/issues/16