diff --git a/envs/common.py b/envs/common.py index 2af02bd0b0f4707ea861e467ff6af4303876808a..af678f9a145ef308d5b2d2464e987d180175bf17 100644 --- a/envs/common.py +++ b/envs/common.py @@ -316,6 +316,9 @@ PIPELINE_YUI_BINARY = 'yui-compressor' PIPELINE_SASS_BINARY = 'sass' PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee' +# Setting that will only affect the MITx version of django-pipeline until our changes are merged upstream +PIPELINE_COMPILE_INPLACE = True + ################################### APPS ####################################### INSTALLED_APPS = ( # Standard ones that are always installed...