Commit 7a3f89ec by Clinton Blackburn

Activating nodeenv to use bower

parent 3c63237d
......@@ -62,7 +62,7 @@
- name: install bower dependencies
shell: >
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 }}"
- 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