Closed miloxeon closed 7 years ago
Hello.
Here's the piece of my gulpfile:
gulp.task('default', function () { runSequence( 'css', 'html' ); });
Here's my full gulpfile: gulpfile.txt
Maybe I'm missing something? Let me know please!
Please read the docs again: your tasks are not correctly set up, so they are returning immediately. You need to configure them to be asynchronous.
omg, sorry
Hello.
Here's the piece of my gulpfile:
Here's my full gulpfile: gulpfile.txt