IONISx / edx-theme

Open edX responsive theme using Bootstrap
http://ioni.sx
54 stars 102 forks source link

Two Pipeline problems #36

Closed echanna closed 9 years ago

echanna commented 9 years ago

At times I get this:

ValueError: The file 'themes/ionisx/images/spinner.gif' could not be found with <pipeline.storage.PipelineCachedStorage object at 0x50adbd0>.

ValueError: The file 'themes/ionisx/fonts/font-awesome/fontawesome-webfont.woff2' could not be found with <pipeline.storage.PipelineCachedStorage object at 0x5010f90>.

How do I solve this problem?

echanna commented 9 years ago

I think I found out why, had to do with how I was trying to re-locate resources. For now I think I have resolved this

tusbar commented 9 years ago

Make sure you use "ionisx" as THEME_NAME in the settings if you’re using paths like those.

echanna commented 9 years ago

Hi Bertrand,

Thanks for your reply. I notice that while switching between the IONISX theme and lets the custom theme that I work on, after rebuilding the assets manually, and restarting the workers for edx, the theme switch is not complete. For example there are remnants of the IONISX theme in the theme that I am switching to. The other theme has no relation. I followed these best practices:

Compile assets manually

To compile javascript and css outside of the update script run the following commands:

sudo -H -u edxapp bash source /edx/app/edxapp/edxapp_env cd /edx/app/edxapp/edx-platform paver update_assets cms --settings=aws paver update_assets lms --settings=aws?

Restarting Services

LMS/CMS - sudo /edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart edxapp: Workers - sudo /edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart edxapp_worker: (Note: the colon character : at the end of the line is mandatory!)

Thanks, Edward Hanna


From: Bertrand Marron notifications@github.com Sent: January 26, 2015 5:00 AM To: IONISx/edx-theme Cc: Edward Charles Elio Hanna Subject: Re: [edx-theme] Two Pipeline problems (#36)

Make sure you use ionisx as THEME_NAME in the settings if you're using paths like those.

Reply to this email directly or view it on GitHubhttps://github.com/IONISx/edx-theme/issues/36#issuecomment-71437446.