hack to make git not see modifications to dist files

This commit is contained in:
Adam Shaw
2014-06-02 13:49:21 -07:00
parent f07b1c3e3f
commit c99809c316
+2 -1
View File
@@ -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"
}
}