diff options
author | varac <varacanero@zeromail.org> | 2017-06-01 13:10:15 +0200 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2017-06-02 11:15:33 -0300 |
commit | 9c1122984df8b0932901a33cde7d9eb4a5337241 (patch) | |
tree | 1b948c79a16b9f22ef52c55ed6d947a689e056bc /Makefile | |
parent | 72af667b0b9d2383ed42688f4cf11075a85c81e2 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |