From ddedefd52c23617b002be454fa6f99a39519b61a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 18 Mar 2016 20:53:56 -0400 Subject: [PATCH] Update _scss path in watch --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 0d693cd8..073526d7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -92,7 +92,7 @@ gulp.task('images', function () { * **/ gulp.task('default', ['css', 'jslint', 'scripts'], function () { - gulp.watch('assets/scss/**/*.scss', ['css']); + gulp.watch('assets/_scss/**/*.scss', ['css']); gulp.watch('assets/js/_*.js', ['jslint']); gulp.watch(['!assets/js/**/*_.js', 'assets/js/plugins/**/*.js', 'assets/js/vendor/**/*.js'], ['scripts']); }); \ No newline at end of file