summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-06-01 13:10:15 +0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-06-02 11:15:33 -0300
commit9c1122984df8b0932901a33cde7d9eb4a5337241 (patch)
tree1b948c79a16b9f22ef52c55ed6d947a689e056bc /Makefile
parent72af667b0b9d2383ed42688f4cf11075a85c81e2 (diff)
Split node modules into production and development groups
The rationale behind this is that we now a too complex dependency graphs of node modules (~1000 !). This breaks at least under certain circumstances like installing the modules on a shared folder inside vagrant. This should fix #1076.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b597c3f8..899b6c80 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ install_py: service/requirements.txt service/test_requirements.txt
requirements_js:
@cd web-ui;\
+ npm install --production;\
npm install;\
node_modules/.bin/bower install