Skip to content

Commit

Permalink
modify gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Mar 31, 2017
1 parent febf49c commit 963e48e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ gulp.task('default', ['browserSync'], () => {
gulp.watch('src/public/js/*.js', browserSync.reload);
gulp.watch('src/*.html', browserSync.reload);
gulp.watch('src/*.js', browserSync.reload);
gulp.watch('jasmine/spec/*', browserSync.reload);
gulp.watch('jasmine/spec/allBooks/*.json', browserSync.reload);
gulp.watch('jasmine/spec/*.js', browserSync.reload);
});

0 comments on commit 963e48e

Please sign in to comment.