From c99809c31697a0dc614d9bf0fdb40564bedec3cc Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Mon, 2 Jun 2014 13:49:21 -0700 Subject: [PATCH] hack to make git not see modifications to dist files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ae80ad..438d5d2 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "karma-phantomjs-launcher": "^0.1.4" }, "scripts": { - "install": "bower install" + "install": "bower install && git update-index --assume-unchanged dist/*.js dist/*.css", + "uninstall": "git update-index --no-assume-unchanged dist/*.js dist/*.css" } }