The python libsass library has really sweet integration with setuptools/distutils. ``` setup( ... sass_manifests={ 'package': ('/scss', '/css') }, ) ``` We should be able to subclass the distutils command and hook up our own compile method.