From 56d49e05bd6f019f0acdec9d34f74255d5d67296 Mon Sep 17 00:00:00 2001 From: Kasper Brandt Date: Wed, 12 Nov 2014 10:01:55 +0100 Subject: [PATCH] [#884] Gulp fix for *.scss files --- scripts/devhelpers/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devhelpers/gulpfile.js b/scripts/devhelpers/gulpfile.js index ea03618dac..92eb06bfc3 100644 --- a/scripts/devhelpers/gulpfile.js +++ b/scripts/devhelpers/gulpfile.js @@ -26,7 +26,7 @@ gulp.task('sass', function() { gulp.task('watch', function() { gulp.watch('../../akvo/rsr/static/rsr/v3/js/**/*.jsx', ['jsx']); - gulp.watch('../../akvo/rsr/static/rsr/v3/css/**s/*.scss', ['sass']); + gulp.watch('../../akvo/rsr/static/rsr/v3/css/**/*.scss', ['sass']); }); // Default Task