Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Imports don't seem to get recompiled #157

@achalddave

Description

@achalddave

If I have a file index.scss which has @import "common.scss", and change common.scss, index.scss doesn't seem to get recompiled.

The relevant code seems to be in the following locations:

checkImports is called here, and defined here.

It relies on imports[path], which only seems to be assigned here to an empty list. I can't seem to find any code that detects imported files -- am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions