Commit 5c79dbf5 by Clinton Blackburn

Merge pull request #1643 from edx/insights-bower-fix

Activating nodeenv to use bower
parents 7692664b 7a3f89ec
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
- name: install bower dependencies - name: install bower dependencies
shell: > shell: >
chdir={{ insights_code_dir }} chdir={{ insights_code_dir }}
{{ insights_node_modules_dir }}/.bin/bower install --production . {{ insights_nodeenv_bin }}/activate && {{ insights_node_modules_dir }}/.bin/bower install --production --config.interactive=false
sudo_user: "{{ insights_user }}" sudo_user: "{{ insights_user }}"
- name: syncdb and migrate - name: syncdb and migrate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment