Skip to content

Commit

Permalink
Watching partials SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud BRETON committed Jul 7, 2013
1 parent f5f9d2b commit 18f20bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = function (grunt) {
pkg: grunt.file.readJSON('package.json'),
watch: {
compass: {
files: [ 'static/scss/*.scss' ],
files: [ 'static/scss/**/*.scss' ],
tasks: [ 'compass:dev' ]
},
karma: {
Expand Down

0 comments on commit 18f20bb

Please sign in to comment.