diff --git a/gulpfile.js b/gulpfile.js index e9a5d0fcf0..d3d6b5d21d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -155,7 +155,7 @@ gulp.task('serve', function () { var app = require('./app.js'); }); -gulp.task('develop', ['serve', 'install', 'watch']); +gulp.task('develop', ['serve', 'stylesheets', 'watch']); gulp.task('install', [ 'assets', 'scripts' ]);