Gulp: can we run tasks without gulpfile.js?

Created on 3 Jul 2014  路  2Comments  路  Source: gulpjs/gulp

I can't find the related api in API.md?

can we run tasks without gulpfile.js?

thanks!

Most helpful comment

You can gulp --gulpfile a.js or node a.js if at the bottom you add gulp.start('the task name')

All 2 comments

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')

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lehni picture lehni  路  4Comments

tom10271 picture tom10271  路  4Comments

amio picture amio  路  3Comments

aaronroberson picture aaronroberson  路  4Comments

XaBerr picture XaBerr  路  3Comments