Hi,
i have the native open edx on ubuntu 16.04 (don't ask me how many problems 
it was be). i'd try to change theme (like 
http://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/changing_appearance/theming/)
 
and design will crashing (sorry my awful english).

for example, clone by git this 
theme https://github.com/openeduITMO/edx-ifmo-theme into 
/edx/app/edxapp/themes
drwxr-xr-x   6 edxapp edxapp    4096 ноя 13 11:49 themes

then change all paths in static and templates folder's files on my path's 
(but anywere it cant work)
ok lets change /edx/app/edxapp/lms.env.json

"COMPREHENSIVE_THEME_DIRS": [
        "/edx/app/edxapp/themes"
    ],
 "THEME_NAME": "edx-ifmo-theme",

sudo /edx/bin/supervisorctl restart edxapp:

then compile it

sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets lms

if you are not lucky, treminal told you:
Successful compilations:
--- "common" sass files.
--- lms sass for system.

and i'm not lucky. paver not compile sass files to css. why? 

-- 
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/bceba550-e0c6-48b8-b6a5-5d930d1a3d5f%40googlegroups.com.

Reply via email to