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
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.
The text was updated successfully, but these errors were encountered:
When running
ember build --watch
theLessCompiler
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.
The text was updated successfully, but these errors were encountered: