Skip to content

Instantly share code, notes, and snippets.

View Bockit's full-sized avatar

James Hiscock Bockit

  • Sydney, Australia
View GitHub Profile
# Only compile sass per request by default, compiling requirejs is too heavy
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',
)
# Path to your sass binary and any extra arguments you want to add
# We add compass to get access to their wonderful sass extentions
PIPELINE_SASS_BINARY = '/usr/bin/sass'
PIPELINE_SASS_ARGUMENTS = '--compass'
# Dict of discreet CSS files to have
# Only compile sass per request by default, compiling requirejs is too heavy
PIPELINE_COMPILERS = (
'pipeline.compilers.sass.SASSCompiler',
)
# Path to your sass binary and any extra arguments you want to add
# We add compass to get access to their wonderful sass extentions
PIPELINE_SASS_BINARY = '/usr/bin/sass'
PIPELINE_SASS_ARGUMENTS = '--compass'
# Dict of discreet CSS files to have