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

@import-ed LESS files aren't recompiled properly #27

Open
Voltasalt opened this issue Oct 10, 2015 · 6 comments
Open

@import-ed LESS files aren't recompiled properly #27

Voltasalt opened this issue Oct 10, 2015 · 6 comments

Comments

@Voltasalt
Copy link

If I have a file1.less and a file2.less, where file1 contains @import 'file2.less';, and I then change file2, it won't get recompiled. I have to delete the cache directory for it to work.

This is likely because file2.less isn't directly loaded anywhere (only by proxy through file1 in the LESS compiler).

@jgodi
Copy link

jgodi commented Nov 12, 2015

Any update on this?

@anaisbetts
Copy link
Contributor

This is one of the main features of electron-compile 2.0 /cc #31

@jgodi
Copy link

jgodi commented Nov 30, 2015

Is there any ETA on a 2.0 release?

@anaisbetts
Copy link
Contributor

@jgodi When I finish it!

@jgodi
Copy link

jgodi commented Dec 1, 2015

Haha, works for me. Thanks for the hard work!

@anaisbetts
Copy link
Contributor

2.0 ended up cutting this feature, but the infrastructure for it is in-place, it will be coming in 2.1

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

No branches or pull requests

5 participants