From 83760f2c574894b45a0bc8980ead0674a1c00a91 Mon Sep 17 00:00:00 2001 From: Tyler Iguchi Date: Wed, 4 Mar 2015 12:47:53 -0800 Subject: [PATCH] fix watch task from recursing --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8935462a..d6ad2c2f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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}" ] } },