fix watch task from recursing

This commit is contained in:
Tyler Iguchi 2015-03-04 12:47:53 -08:00
parent c20e515a0d
commit 084b5a1fae

View File

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