I can't find the related api in API.md?
can we run tasks without gulpfile.js?
thanks!
for example:
I write some tasks in a.js, can I run a.js just like 'node a.js'?
You can gulp --gulpfile a.js or node a.js if at the bottom you add gulp.start('the task name')
Most helpful comment
You can
gulp --gulpfile a.jsornode a.jsif at the bottom you addgulp.start('the task name')