Commit 84f1c1fc by Calen Pennington

Merge pull request #717 from MITx/feature/bridger/wiki_fixes

Disabled pipeline wrapper for compressed CSS.
parents b84966da 5ef6a42c
...@@ -550,6 +550,8 @@ PIPELINE_JS = { ...@@ -550,6 +550,8 @@ PIPELINE_JS = {
} }
} }
PIPELINE_DISABLE_WRAPPER = True
# Compile all coffee files in course data directories if they are out of date. # 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 # TODO: Remove this once we move data into Mongo. This is only temporary while
# course data directories are still in use. # course data directories are still in use.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment