Created by: mariuszskon
It is possible to run tasks which only have dependencies, like so:
gulp.task('build', ['array', 'of', 'task', 'names']);
So I added some documentation about it.
Created by: mariuszskon
It is possible to run tasks which only have dependencies, like so:
gulp.task('build', ['array', 'of', 'task', 'names']);
So I added some documentation about it.