Commit 60364938 by Matt Drayer

Merge pull request #2978 from edx/saleem-latif/MAYN-217

MAYN-217: Enhance ansible provisioning script to support Otto Theming
parents d6ee7d2d 26bd89bb
...@@ -78,6 +78,16 @@ ...@@ -78,6 +78,16 @@
- "'You already have countries in your database' not in command_result.stderr" - "'You already have countries in your database' not in command_result.stderr"
- "command_result.rc != 0" - "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 - name: run r.js optimizer
shell: > shell: >
chdir={{ ecommerce_code_dir }} 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