Skip to content

Whether it supports trace the @import tag on watching the file change? #9

@zhaoyi0113

Description

@zhaoyi0113

I have a central less file used to import all other style files:

@import '../..//Home/style/style.less';
@import '../../Crunching/style/crunching.less';
@import '../../components/Tab/tab.less';
@import './font.less';
@import '../../components/Spinner/style.less';
@import '../../style/style.less';

If I watch on this central file and it won't compile the changes on other files. But if I watch the whole directory, it will compile each single less file to a css file. Whether it support parsing the @import inside each less file to watch all the changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions