update gruntfile to monitor nested scss files

This commit is contained in:
Nick Cardin 2016-08-30 15:23:33 -04:00
parent 47856f03ff
commit 32b746df30
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module.exports = function(grunt) {
tasks: ['concat:css']
},
sass: {
files: ['src/sass/*.scss'],
files: ['src/sass/**/*.scss'],
tasks: ['sass', 'concat:css']
},
main: {