simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

Triggering Ember CLI rebuild not working reliably #5

Closed simonihmig closed 4 years ago

simonihmig commented 6 years ago

For the first request to _analyze the middleware lazily enables the stats output in broccoli-concat and triggers a rebuild (to generate the stats output for the first time) by touching app.js (here.

This kinda works, but not always:

This is on OSX btw.

@stefanpenner sorry for pinging you, but I am pulling my hairs out on this, and already lost a few hours trying things out wildly without really having a clue... with all your insider knowledge of Ember CLI, sane and stuff, any idea about this?

stefanpenner commented 6 years ago

@simonihmig I'm oncall this week, so my time is pretty limited. If you ping me next tuesday, I can carve out some time :).

simonihmig commented 6 years ago

@stefanpenner ping! :) Don't want to steal your time, I just thought maybe this rings a bell? Like any known issues with file watching that you might know of?