junction
junction copied to clipboard
Use django-compressor with lib-sass
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