You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare it in the head element via a link element.
When loading the page for the first time, it only loads circular.less once.
In the developer console, type:
less.refresh()
Verify that it loads circular.less 3 times.
If the circular reference occurs across 2 files, it will load the 2 files twice.
If the circular reference occurs across 3 files, it will load the 3 files once then the first 2 again.
I'm not sure what the expected behaviour is, but this seems a little fishy.
I think its because of the async loading - I'd like to make a change to process files in the same order regardless of the order they get loaded in from, which should fix this.
However I assume this isn't causing you big issues? it is a low bug?
Create template called
circular.less
as below:Declare it in the head element via a
link
element.When loading the page for the first time, it only loads
circular.less
once.In the developer console, type:
Verify that it loads
circular.less
3 times.If the circular reference occurs across 2 files, it will load the 2 files twice.
If the circular reference occurs across 3 files, it will load the 3 files once then the first 2 again.
I'm not sure what the expected behaviour is, but this seems a little fishy.
This is vaguely related to #1484.
The text was updated successfully, but these errors were encountered: