tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
320 stars 121 forks source link

Deploying to Heroku results in an application size of 41MB #52

Closed ajsridha closed 9 years ago

ajsridha commented 9 years ago

I am not sure what I am doing incorrectly, so I thought I'd ask here. Running a build --environment=production, results in a dist size of 1.8MB. However, when I deploy to Ember, the final statement says: -----> Compressing... done, 41.3MB

Any idea why?

tonycoco commented 9 years ago

That's the size of the entire Heroku VM, not your application.