Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"

This reverts commit b8184d188f.
This commit is contained in:
Will Daly
2015-01-28 17:26:46 -05:00
parent dc0816669d
commit b467ae8cde
23 changed files with 36 additions and 741 deletions

View File

@@ -30,11 +30,6 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
LMS_BASE = "localhost:8000"
FEATURES['PREVIEW_LMS_BASE'] = "preview." + LMS_BASE
########################### PIPELINE #################################
# Skip RequireJS optimizer in development
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
############################# ADVANCED COMPONENTS #############################
# Make it easier to test advanced components in local dev