From 35af6ecdb6f07655e4bc3f2e19265a7eb4df5e02 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sat, 8 Jun 2013 12:47:51 -0700 Subject: [PATCH] fixed index.html watch. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index aedc6249c..40566b963 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -93,7 +93,7 @@ module.exports = function (grunt) { copy: { index : { - src : 'UI/index.html', + src : 'UI/*ndex.html', dest: '_output/' }, scripts: {