Commit 26bd89bb by Saleem Latif Committed by Matt Drayer

Enhance ansible provisioning script to support Otto Theming

parent d6ee7d2d
......@@ -78,6 +78,16 @@
- "'You already have countries in your database' not in command_result.stderr"
- "command_result.rc != 0"
- name: compile sass
shell: >
chdir={{ ecommerce_code_dir }}
{{ ecommerce_venv_dir }}/bin/python manage.py {{ item }}
sudo_user: "{{ ecommerce_user }}"
environment: "{{ ecommerce_environment }}"
with_items:
- "update_assets --skip-collect"
when: not devstack
- name: run r.js optimizer
shell: >
chdir={{ ecommerce_code_dir }}
......
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