michael-hack / bulma-calendar

Bulma's extension to display a calendar
MIT License
286 stars 165 forks source link

Question: can js file size (700+kb) be reduced? #331

Open yomajo opened 1 year ago

yomajo commented 1 year ago

Hello, thank you for plugin! Barely, but works.

I develop in flask + bulma. Without fancy js frameworks. The way I embed bulma calendar is by adding css and min.js to html head.

However I recently noticed bulma-calendar.min.js is almost 800kb in size.

Attempting to look at js files (hurts eyes..) I see a lot of code is associated with languages. I only use english (YYYY-MM-DD format if that matters). Is there a way to reduce bloat?