junction icon indicating copy to clipboard operation
junction copied to clipboard

Use django-compressor with lib-sass

Open theskumar opened this issue 10 years ago • 0 comments

We can get ride of grunt all together and use django-compressor with lib-sass[1], it doesn't require you to install bower or grunt or install any ruby gem. It's a pure python solution.

It complies sass in runtime in DEBUG=True, and you can an optional option to pre-compile & compress in production during collectstatic.

Ref:

[1] https://pypi.python.org/pypi/libsass [2] https://github.com/pythonindia/junction/pull/265#issuecomment-107229999

theskumar avatar Jul 21 '15 04:07 theskumar