Skip to content

Commit

Permalink
Merge pull request #17 from antarasi/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutko committed Jan 8, 2017
2 parents 67d6abe + 87912d2 commit 33d492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -239,7 +239,7 @@ gulp.task('default', ['browser-sync', 'sass', 'minify-css'], function() {
reload(file.path);
}
});
gulp.watch(['*.html', 'views/*.html'], ['bs-reload']);
gulp.watch(['*.html', 'components/**/*.html', 'views/*.html'], ['bs-reload']);
gulp.watch(['app/*.js', 'components/**/*.js', 'js/*.js'], ['bs-reload']);
gulp.watch('styles/**/*.scss', ['sass', 'minify-css']);
});
Expand Down

0 comments on commit 33d492d

Please sign in to comment.