when you import gulp-tasks into another project, that project must have a gulp dependency that exactly matches whatever gulp-tasks defines or else the tasks won't get automatically defined correctly.
probably just allow passing the gulp module into the function exported from 'vistar-gulp-tasks' and do the 'task' calls on it
when you import gulp-tasks into another project, that project must have a gulp dependency that exactly matches whatever gulp-tasks defines or else the tasks won't get automatically defined correctly.
probably just allow passing the gulp module into the function exported from 'vistar-gulp-tasks' and do the 'task' calls on it