Skip to content

--watch does not remove source maps when source file is removed #2613

@zowiebeha

Description

@zowiebeha

The --watch command will remove the output .css file if the source .scss | .sass file is removed, but the command will not also remove the output .css.map file.

I'm running Sass version 1.89.2.

It's possible to work around by embedding source maps into the .css itself, or by disabling source map output and generating maps after a manual compilation through a build system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues about the command-line toolsbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions