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 34d1613 commit f1aed3aCopy full SHA for f1aed3a
template/gulp-tasks/serve.js
@@ -21,7 +21,8 @@ gulp.task('watch:server', () => {
21
22
gulp.task('reload:client', ['build:client'], () => {
23
gutil.log('Reloading client');
24
- connect.reload();
+ gulp.src(dirs.buildClient)
25
+ .pipe(connect.reload());
26
});
27
28
gulp.task('watch:client', () => {
0 commit comments