Skip to content

Commit 60b3d8d

Browse files
committed
feat(gulp:watch): livereload on server script change
1 parent 7029d97 commit 60b3d8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/templates/gulpfile.babel(gulp).js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ gulp.task('watch', () => {
232232

233233
plugins.watch(_.union(paths.server.scripts, testFiles))
234234
.pipe(plugins.plumber())
235-
.pipe(lintServerScripts());
235+
.pipe(lintServerScripts())
236+
.pipe(plugins.livereload());
236237

237238
gulp.watch('bower.json', ['bower']);
238239
});

0 commit comments

Comments
 (0)