Skip to content

setuptools/distutils integration #20

@danbradham

Description

@danbradham

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions