Skip to content

Commit

Permalink
Fix watch
Browse files Browse the repository at this point in the history
  • Loading branch information
ciar4n committed Jan 8, 2019
1 parent cee9b6e commit 93acccb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 273 deletions.
271 changes: 0 additions & 271 deletions css/imagehover.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/imagehover.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -86,7 +86,7 @@ gulp.task('autoprefixer', () => {
gulp.task('watch', () => {
// Watch SCSS files for changes
gulp.watch(
['scss/*.scss'],
['scss/**/*.scss'],
['build']
);
});
Expand Down

0 comments on commit 93acccb

Please sign in to comment.