Commit f632db0e by Calen Pennington

Use the coffee, sass, and yui-compressior binaries that are on the current path

parent 4bea0f98
...@@ -312,7 +312,9 @@ STATICFILES_IGNORE_PATTERNS = ( ...@@ -312,7 +312,9 @@ STATICFILES_IGNORE_PATTERNS = (
"*.pyc" "*.pyc"
) )
PIPELINE_YUI_BINARY = '/usr/bin/yui-compressor' PIPELINE_YUI_BINARY = 'yui-compressor'
PIPELINE_SASS_BINARY = 'sass'
PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee'
################################### APPS ####################################### ################################### APPS #######################################
INSTALLED_APPS = ( INSTALLED_APPS = (
......
...@@ -84,5 +84,4 @@ FILE_UPLOAD_HANDLERS = ( ...@@ -84,5 +84,4 @@ FILE_UPLOAD_HANDLERS = (
########################### PIPELINE ################################# ########################### PIPELINE #################################
PIPELINE_COFFEE_SCRIPT_BINARY = 'coffee'
PIPELINE_SASS_ARGUMENTS = '-r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT) PIPELINE_SASS_ARGUMENTS = '-r {proj_dir}/static/sass/bourbon/lib/bourbon.rb'.format(proj_dir=PROJECT_ROOT)
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