Commit b68aff72 by David Ormsbee

Merge pull request #1436 from MITx/debug/dave/sass

undo pipeline changes
parents 8c4b6612 1ef9d638
...@@ -512,7 +512,7 @@ PIPELINE_COMPILERS = [ ...@@ -512,7 +512,7 @@ PIPELINE_COMPILERS = [
'pipeline.compilers.coffee.CoffeeScriptCompiler', 'pipeline.compilers.coffee.CoffeeScriptCompiler',
] ]
PIPELINE_SASS_ARGUMENTS = '-t expanded -r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT) PIPELINE_SASS_ARGUMENTS = '-t compressed -r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT)
PIPELINE_CSS_COMPRESSOR = None PIPELINE_CSS_COMPRESSOR = None
PIPELINE_JS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None
...@@ -522,7 +522,7 @@ STATICFILES_IGNORE_PATTERNS = ( ...@@ -522,7 +522,7 @@ STATICFILES_IGNORE_PATTERNS = (
"coffee/*", "coffee/*",
) )
# PIPELINE_YUI_BINARY = 'yui-compressor' PIPELINE_YUI_BINARY = 'yui-compressor'
PIPELINE_SASS_BINARY = 'sass' PIPELINE_SASS_BINARY = 'sass'
PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee' PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee'
......
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