Skip to content

Commit 97b0f3b

Browse files
committed
feat(gulp): fix livereload
1 parent fecf1b1 commit 97b0f3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/templates/gulpfile.babel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ gulp.task('start:server', () => {
196196
gulp.task('watch', () => {
197197
var testFiles = _.union(paths.client.test, paths.server.test);
198198

199+
plugins.livereload.listen();
200+
199201
plugins.watch(paths.client.styles)
200202
.pipe(plugins.plumber())
201203
.pipe(styles())

0 commit comments

Comments
 (0)