From 5ef6a42c8fdfa67a3d74319db40b0fc168f7a1f9 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Tue, 18 Sep 2012 13:27:31 -0400 Subject: [PATCH] Disabled pipeline wrapper for compressed CSS. It now works more like dev environment. --- lms/envs/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8e91565784..4681f5fd9a 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -550,6 +550,8 @@ PIPELINE_JS = { } } +PIPELINE_DISABLE_WRAPPER = True + # Compile all coffee files in course data directories if they are out of date. # TODO: Remove this once we move data into Mongo. This is only temporary while # course data directories are still in use.