Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created March 14, 2014 14:57
Show Gist options
  • Select an option

  • Save antoviaque/9549271 to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/9549271 to your computer and use it in GitHub Desktop.
edxapp@edx:~/edx-platform$ rake assets[lms,devstack]
./manage.py lms --settings devstack preprocess_assets --traceback
xmodule_assets common/static/xmodule
node_modules/.bin/coffee --compile `find lms/ cms/ common/ -type f -name *.coffee`
sass --style compressed --cache-location /tmp/sass-cache --load-path ./common/static/sass --update -E utf-8 */static
overwrite cms/static/sass/style-app-extend1.css
overwrite cms/static/sass/style-app.css
overwrite cms/static/sass/style-xmodule.css
error lms/static/sass/application-extend1.scss (Line 23: File to import not found or unreadable: mckinseyacademy.
Load paths:
/edx/app/edxapp/edx-platform
/edx/app/edxapp/edx-platform/common/static/sass
/edx/app/edxapp/edx-platform/cms/static
/edx/app/edxapp/edx-platform/common/static
/edx/app/edxapp/edx-platform/lms/static)
error lms/static/sass/application-extend2.scss (Line 23: File to import not found or unreadable: mckinseyacademy.
Load paths:
/edx/app/edxapp/edx-platform
/edx/app/edxapp/edx-platform/common/static/sass
/edx/app/edxapp/edx-platform/cms/static
/edx/app/edxapp/edx-platform/common/static
/edx/app/edxapp/edx-platform/lms/static)
error lms/static/sass/application.scss (Line 22: File to import not found or unreadable: mckinseyacademy.
Load paths:
/edx/app/edxapp/edx-platform
/edx/app/edxapp/edx-platform/common/static/sass
/edx/app/edxapp/edx-platform/cms/static
/edx/app/edxapp/edx-platform/common/static
/edx/app/edxapp/edx-platform/lms/static)
error lms/static/sass/course.scss (Line 14: File to import not found or unreadable: mckinseyacademy.
Load paths:
/edx/app/edxapp/edx-platform
/edx/app/edxapp/edx-platform/common/static/sass
/edx/app/edxapp/edx-platform/cms/static
/edx/app/edxapp/edx-platform/common/static
/edx/app/edxapp/edx-platform/lms/static)
overwrite lms/static/sass/ie.css
rake aborted!
Command failed with status (1): [sass --style compressed --cache-location /...]
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/file_utils.rb:53:in `block in create_shell_runner'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `call'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/file_utils.rb:45:in `sh'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/file_utils_ext.rb:37:in `sh'
/edx/app/edxapp/edx-platform/rakelib/assets.rake:87:in `block (3 levels) in <top (required)>'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:246:in `call'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:246:in `block in execute'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:241:in `each'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:241:in `execute'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:184:in `block in invoke_with_call_chain'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:177:in `invoke_with_call_chain'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/task.rb:215:in `block (2 levels) in invoke_prerequisites_concurrently'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/promise.rb:63:in `call'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/promise.rb:63:in `chore'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/promise.rb:45:in `work'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/thread_pool.rb:103:in `process_queue_item'
/edx/app/edxapp/.gem/gems/rake-10.0.4/lib/rake/thread_pool.rb:117:in `block (2 levels) in start_thread'
Tasks: TOP => assets => assets:all => assets:sass
(See full trace by running task with --trace)
edxapp@edx:~/edx-platform$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment