Client: fix compilation

pull/71/head
Chocobozzz 2017-04-26 21:46:56 +02:00
parent ab683a8e0d
commit d61e81538b
3 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"ng-router-loader": "^1.0.2",
"ng2-file-upload": "^1.1.4-2",
"ng2-smart-table": "1.0.3",
"ng2-tag-input": "^1.0.5",
"ng2-tag-input": "1.0.5",
"ngc-webpack": "2.0.0",
"ngx-bootstrap": "1.6.6",
"node-sass": "^4.1.1",

View File

@ -2,4 +2,6 @@
cd client || exit -1
rm -rf ./compiled
npm run webpack -- --config config/webpack.dev.js --progress --profile --colors --display-error-details --display-cached

View File

@ -2,4 +2,6 @@
cd client || exit -1
rm -rf ./compiled
npm run webpack -- --config config/webpack.prod.js --progress --profile --bail