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
222 stars 60 forks source link

LESS Prod environment Show CSS instead of less #147

Closed InhamiRei closed 1 year ago

InhamiRei commented 2 years ago

prod environment i set STATIC_PRECOMPILER_COMPILERS = ( ('static_precompiler.compilers.LESS', { "sourcemap_enabled": True, }), ) image Show CSS instead of less But development environment No matter what I set "sourcemap_enabled": True or False Show only image

andreyfedoseev commented 1 year ago

I don't quite understand what is the issue. Please elaborate on what result you expect and what you're getting instead.