Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Changes in imported files are not detected #178

Open
bgstaal opened this issue Oct 12, 2011 · 2 comments
Open

Changes in imported files are not detected #178

bgstaal opened this issue Oct 12, 2011 · 2 comments

Comments

@bgstaal
Copy link

bgstaal commented Oct 12, 2011

Changes that are made in less files that are imported using the @import statement is not detected and therefore not rendered in browsers with localStorage enabled.

This makes it especially hard to work with several files imported into one during development.

example:

styles.less (included in html file via tag)

@import "colors.less";

colors.less (exposed to html file via @import statement in styles.less)

body
{
    color: #FF0000;  // changes in this prop is not reflected in the rendered html after initial render
}

Workaround:

Disable browser localStorage

@Pym
Copy link

Pym commented Dec 23, 2011

Please fix this, that's a very annoying issue...

@joeldrapper
Copy link

I agree this should be fixed, but for now you can always precompile your Less code into CSS using Less.app if your on a Mac or WinLess if your using Windows. Another good option is SimpLess. This results in a much faster website anyway so is a better option really. Just make sure you hang on to the less file incase you want to make changes to it later.

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

No branches or pull requests

3 participants