Closed fredguth closed 7 years ago
That's a big difference. The only thing I can think of would be things in node_modules
or installed by bower
that aren't cleaned up. How big are those dirs locally?
node_modules 866M bower_components 144M
@fredguth can you try again, the slug size recently got bumped to 500mb. That being said, I'd still like to find a way to remove unnecessary node_modules
. /cc @rwjblue we should talk about what we can safely remove for fastboot.
@hone: worked! :tada:
Slug size is still considerably bigger then using https://github.com/tonycoco/heroku-buildpack-ember-cli, but it works.
heroku-buildpack-emberjs generates a slug that is too big. This didn't happen with https://github.com/tonycoco/heroku-buildpack-ember-cli, which I used before.
Here is what happens when I try to use this buildpack:
This is what happens when I use the "depracated?" https://github.com/tonycoco/heroku-buildpack-ember-cli: