Hi,
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?