Hello
I'm running into an error while executing /edx/bin/update edx-platform
master
Error goes as follows:
TASK [edxapp : checkout Stanford-style theme]
**********************************
fatal: [localhost]: FAILED! => {"before":
"e5dded82c2155f1f6521b9e353bc424a871cced3", "changed": false, "failed":
true, "msg": "Local modifications exist in repository (force=no).",
"warnings": []}
A little of background:
I tried to change the theme for my open edx platform (eucalyptus 3)
Whad did I do so far?
- Followed the steps at
https://github.com/edx/edx-platform/wiki/Stanford-Theming
- Changed the theme/default/static to theme/stanford/static in .html files
- Changed _default.scss to stanford.scss
- Complied assets cms and lms
My server-vars.yml:
edxapp_use_custom_theme: true
edxapp_theme_name: 'stanford'
edxapp_theme_source_repo: 'git://github.com/Stanford-Online/edx-theme.git'
edxapp_theme_version: 'HEAD'
Any help will be much appreciated :)
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/cbceef0d-c5a3-46b0-b1ec-fd6c0950fff1%40googlegroups.com.