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