Skip to content

Commit 4f205cd

Browse files
committed
fix(app): compile the css before watching files
1 parent f5ae972 commit 4f205cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/root/_gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ gulp.task('watch', function() {
7171
gulp.watch(['./app/**/*.scss', './app/**/**/*.scss'], ['css']);
7272
});
7373

74-
gulp.task('serve', ['watch'], function() {
74+
gulp.task('serve', ['css', 'watch'], function() {
7575
connect.server({
7676
root: 'app',
7777
livereload: true

0 commit comments

Comments
 (0)