-
Notifications
You must be signed in to change notification settings - Fork 20
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
Only recompile, when LESS files has changed #10
Comments
@martinthogersen I can't reproduce this. Only changing a less file triggers a less rebuild. Could be a problem with a specific ember-cli version? Working well on 0.1.15 and all previous versions. |
I upgraded to version 0.2.0-beta.1 after writing the previous comment, and the LessCompiler still runs for every change:
|
This is a known issue we have seen in the past, not an issue within ember-cli-less specifically though. Stefan is working on some logging so you can easily track down what is touching the tree, causing the cache writer to invalidate the style tree. It may be better to open to issue in broccoli-less-single repo for tracking purposes. /cc @stefanpenner |
@stefanpenner Can I track the progress somewhere? |
not currently, it is quite literally in every related project. |
Alright thanks. Keep up the good work 👍 |
basically, I got blocked by that stupid glob/rimraf + npm issue. Now that that is resolved I can resume work. It was just wide-spread-effort because it involves updating literally everything :P |
Awesome! Does that mean that this issue is resolved? |
@martinthogersen no, it still actual for me, at least, even after update to new version ( |
I have experienced this issue for a couple months. I think I have used the following versions of ember-cli in that time: |
The LESS compiler runs each time a file has changed, even if no LESS files have been touched:
Is it possible to only run LESS recompile, when a LESS file has been edited? That would save a lot of time.
The text was updated successfully, but these errors were encountered: