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

Fix #95 #137

Open gabrielelucci opened 3 years ago

gabrielelucci commented 3 years ago

Using parameter output_filename_hint when compiling scss with libsass, should fix the wrongly generated sourceMappingURL. At least it fixed the problem for me.

Fixes: https://github.com/andreyfedoseev/django-static-precompiler/issues/95 Related: https://github.com/sass/libsass-python/issues/201