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

LessCompiler runs for every build in watch mode #15

Closed
g-cassie opened this issue Mar 24, 2015 · 2 comments
Closed

LessCompiler runs for every build in watch mode #15

g-cassie opened this issue Mar 24, 2015 · 2 comments

Comments

@g-cassie
Copy link

When running ember build --watch the LessCompiler task runs during every single build even when no changes have been made to any .less files. This significantly increases the total build time because the task takes 0.5-2.5 seconds and the rest of the build takes about 0.5-1.5 seconds.

I am not sure whether this is a problem with ember-cli, ember-cli-less or my config. Would appreciate some help on how I can debug this and figure out the issue.

@gpoitch
Copy link
Owner

gpoitch commented Mar 24, 2015

Should not be an issue with this addon.
See #10

@g-cassie
Copy link
Author

Sorry should have noticed that issue before I posted. I'll close this and comment over there if necessary.

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

2 participants