Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Other
221
stars
60
forks
source link
__init__() got an unexpected keyword argument 'sourcemap_enabled' #71
i get this error and i don't know why, http://dpaste.com/0HTNSG7
Settings for static precompilers for css files
STATIC_PRECOMPILER_OUTPUT_DIR = 'compiled' STATIC_PRECOMPILER_MTIME_DELAY = 1
STATIC_PRECOMPILER_COMPILERS = ( ('static_precompiler.compilers.LESS', {"sourcemap_enabled": True, "executable": "/usr/bin/lessc"}), )