Skip to content

Editing a linked @import file from primary doesn't trickle to recompile #109

Description

@replete

Best explained with this .less snippet:

/* This file is app.less */

@import "reset.less";
@import "dependency.less";

html {
border:100px solid red}

@import "some-module.less"

Editing some-module.less (or any imported) triggers a refresh in the browser, but not a recompile of app.less.

Is there any way to force a recompile of everything? The only solution is to save some-module.less changes and then add a space to app.less - which isn't great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions