mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-20 12:20:49 +08:00
hack to make git not see modifications to dist files
This commit is contained in:
+2
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user