Add RequireJS and RequireJS Optimizer configuration to the LMS

[second attempt which addresses bug building Studio]
This commit is contained in:
Will Daly
2015-01-11 08:51:50 -05:00
committed by Andy Armstrong
parent 59f9c001d8
commit b8184d188f
23 changed files with 740 additions and 35 deletions

View File

@@ -30,6 +30,11 @@ 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