We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ae972 commit 4f205cdCopy full SHA for 4f205cd
templates/app/root/_gulpfile.js
@@ -71,7 +71,7 @@ gulp.task('watch', function() {
71
gulp.watch(['./app/**/*.scss', './app/**/**/*.scss'], ['css']);
72
});
73
74
-gulp.task('serve', ['watch'], function() {
+gulp.task('serve', ['css', 'watch'], function() {
75
connect.server({
76
root: 'app',
77
livereload: true
0 commit comments