from os import path
-from settings.paths import PROJECT_DIR
+from .paths import PROJECT_DIR
# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
'sponsors/css/sponsors.css',
'css/auth.css',
'funding/funding.scss',
+ 'css/form.scss',
'css/social/shelf_tags.css',
'css/ui-lightness/jquery-ui-1.8.16.custom.css',
PIPELINE_JS_COMPRESSOR = None
PIPELINE_COMPILERS = (
- 'pipeline.compilers.sass.SASSCompiler',
+ 'pyscss_compiler.PySCSSCompiler',
)
+PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
+PIPELINE_PYSCSS_ARGUMENTS = ''