What is the difference between bluebird.js and bluebird.core.js?
When should I use bluebird.core.js instead of bluebird.js?
I haven't been able to find anything in the bluebird site or elsewhere.
Bluebird has partial builds that don't include features of the library and in return result in a lower file size. It's smaller than a small image anyway - but it's still worth saving those few bytes for production sites.
So bluebird.core.js
includes only the very minimal parts of the library. bluebird.js
includes the full library.
At the moment, the build is kind of quirky (the library itself is super stable though) and we don't really generate .core.js
files automatically. We need to fix that.
I'll edit that into the docs so it's clearer. Thanks for the question.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With