LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
403 stars 241 forks source link

Huge jump in size of distribution #418

Closed cgutteridge closed 1 month ago

cgutteridge commented 2 months ago

Something in the dependencies in the last bugfix seems to have put the distribution up to 200Mb when unzipped!

PatH007 commented 2 months ago

For my version it seems the size is even superior to 240 Mb unzipped.

effgarces commented 1 month ago

Yes, it was quite a jump, it has to do with the dependencies, specifically the ones to connect to google/office365/facebook and allow for login using oauth authentication. If you are not using that you can probably just remove then (haven't tested it).

cgutteridge commented 1 month ago

We hope to get SAML to MS Azure working so I probably do need them. But I guess I'll close this as "not really solvable".