Skip to content

Commit

Permalink
[#884] Gulp fix for *.scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Nov 12, 2014
1 parent 6938858 commit 56d49e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/devhelpers/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56d49e0

Please sign in to comment.