Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Strip Sass extension from output file #55

Closed
@le717

Description

@le717

Using this simple script here:

import sassutils.builder

result = sassutils.builder.build_directory(".", ".", "compressed")
print(result)  # Outputs {'style.scss': 'style.scss.css'}

And indeed, the output file name is style.scss.css. Ideally it should be called simply style.css. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions