Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
d61e8153
Commit
d61e8153
authored
Apr 26, 2017
by
Chocobozzz
Browse files
Client: fix compilation
parent
ab683a8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/package.json
View file @
d61e8153
...
...
@@ -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"
,
...
...
scripts/build/client/dev.sh
View file @
d61e8153
...
...
@@ -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
scripts/build/client/prod.sh
View file @
d61e8153
...
...
@@ -2,4 +2,6 @@
cd
client
||
exit
-1
rm
-rf
./compiled
npm run webpack
--
--config
config/webpack.prod.js
--progress
--profile
--bail
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment