Client: fix compilation
authorChocobozzz <florian.bigard@gmail.com>
Wed, 26 Apr 2017 19:46:56 +0000 (21:46 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Wed, 26 Apr 2017 19:48:54 +0000 (21:48 +0200)
client/package.json
scripts/build/client/dev.sh
scripts/build/client/prod.sh

index 998ae8fcc6cb6e7c88d3f68804e3b8e65063a460..9a949951b8f6393f0f9fc69c69a0bfb17de151cf 100644 (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",
index b75b72f12ae68cd054b87792c8262122a9bb680b..1fd0ad41611d5bd686daba6f9b5c9e0e95bb2251 100755 (executable)
@@ -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
index e090e8082ecd3cd30ddb15cee169f01d45d38281..65b67edcfe8d4110ccbf9ec2d2fc49fd1cfb0947 100755 (executable)
@@ -2,4 +2,6 @@
 
 cd client || exit -1
 
+rm -rf ./compiled
+
 npm run webpack -- --config config/webpack.prod.js  --progress --profile --bail