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

This reverts commit 1d6fceda50.
This commit is contained in:
Will Daly
2015-01-21 17:13:27 -05:00
parent e70a5e265c
commit 1f2b155746
23 changed files with 19 additions and 735 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