mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Fix gulpfile default task stuck on runServer (#1260)
This commit is contained in:
parent
fe903e5c14
commit
d36ff72c0f
|
@ -101,5 +101,5 @@ gulp.task('watch', function() {
|
|||
|
||||
// Default task
|
||||
gulp.task('default', function() {
|
||||
runSequence(['styles', 'scripts', 'imgCompression'], 'runServer', 'browserSync', 'watch');
|
||||
runSequence(['styles', 'scripts', 'imgCompression'], ['runServer', 'browserSync', 'watch']);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user