Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #462 from erictonussi/master
Browse files Browse the repository at this point in the history
gulp watch: Injects the css files instead of reload the browser
  • Loading branch information
gruppjo authored Jan 18, 2017
2 parents d625d88 + fa40316 commit 192b93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/gulp/watching.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gulp.task('watch', ['inject-all'], function () {
gulp.watch(paths.scssFiles, ['styles']);
// watch for changes in css
gulp.watch(paths.cssFiles, function () {
bs.reload();
gulp.src(paths.cssFiles).pipe(bs.stream());
});
// watch for changes in environment files and new config files
gulp.watch([
Expand Down

0 comments on commit 192b93b

Please sign in to comment.