Johann-S / bs-customizer

Create a custom Bootstrap 4.x build
https://johann-s.github.io/bs-customizer/
MIT License
17 stars 2 forks source link

Split JavaScript #30

Closed XhmikosR closed 5 years ago

XhmikosR commented 5 years ago

No need to keep this as a one huge file. As long as everything is loaded asynchronously we can just move some stuff outside of the main bundle.

Johann-S commented 5 years ago

Sure !

I would like to move minifier in an other entry 🤔

XhmikosR commented 5 years ago

Yeah, definitely. Also, clean-css and any other stuff that aren't needed for initial page load should be moved outside of the main bundle too...

Johann-S commented 5 years ago

Yep I included clean-css when I said minifier 👍