fix watch task from recursing

This commit is contained in:
Tyler Iguchi 2015-03-04 12:47:53 -08:00
parent d3641e8fe5
commit 83760f2c57

View File

@ -201,7 +201,7 @@ module.exports = function(grunt) {
files: [
"index.html",
"dist/css/**/*.css",
"**/*.{png,jpg,jpeg,gif,webp,svg}"
"demo/**/*.{png,jpg,jpeg,gif,webp,svg}"
]
}
},