- Use hashlib instead of django.utils.hashcompat which is deprecated in Django 1.5
- Add staticfiles finder to serve compiled files in dev mode
- Add SCSS_ROOT setting
- Fix unicodedecodeerror with non ascii in scss file
- Switch to staticfiles.finders when looking up the files in DEBUG mode.
- Fix the CWD when running scss compiler
- Add support for lookup in STATICFILES_DIRS
- Allow to use Compass
- Log SCSS compilation errors
- Fixed bug with paths on Windows
- Initial release