Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Concat stats path should be set lazily #10

Closed
simonihmig opened this issue Nov 4, 2018 · 2 comments
Closed

Concat stats path should be set lazily #10

simonihmig opened this issue Nov 4, 2018 · 2 comments

Comments

@simonihmig
Copy link
Owner

It is set during init(), which causes a manual run of CONCAT_STATS=true ember b to write the stats files into a temp folder, which the user is not aware of. It should do this only when the _analyze middleware is actually used.

@simonihmig
Copy link
Owner Author

Currently not possible to fix, as broccoli-concat needs this to be set at instantiation time: https://github.com/broccolijs/broccoli-concat/blob/master/concat.js#L66

@simonihmig simonihmig removed the bug label Nov 4, 2018
@simonihmig
Copy link
Owner Author

Obsolete, due to #26

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant