andreyfedoseev / django-static-precompiler

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

Closed SoulRaven closed 9 years ago

SoulRaven commented 9 years ago

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"}), )

sir-sigurd commented 9 years ago

Can you post traceback here, please? Your link doesn't work anymore.

andreyfedoseev commented 9 years ago

Support for source maps was added in 1.1.