removed npm frontend assets from repo, installed using npm install postinstall script

This commit is contained in:
Torkel Ödegaard
2016-01-28 14:37:24 -05:00
parent 600ffa727e
commit 9914714eeb
85 changed files with 3 additions and 231901 deletions

View File

@@ -59,7 +59,8 @@
},
"scripts": {
"test": "grunt test",
"coveralls": "grunt karma:coveralls && rm -rf ./coverage"
"coveralls": "grunt karma:coveralls && rm -rf ./coverage",
"postinstall": "grunt copy:node_modules"
},
"license": "Apache-2.0",
"dependencies": {