Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
replete opened this issue Aug 1, 2012 · 0 comments
Open

Comments

@replete
Copy link

replete commented Aug 1, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant