Let's fix once for good my css loading issue.
EasySocial it's great, you guys figure out a "one size fit all" scenario, duplicating the entire Bootstrap library within your own "namecase" and loading that from the own EasySocial CSS system.
Sometimes, there are casese where our template is already built using Twitter Bootstrap 3.x and by loading the "internal" EasySocial twitter Bootstrap .. we just add more load and bloat to the entire system.
Currently we have this:
1. I have my own Bootstrap css loaded, and my own template style, a total of
300kb
2. EasySocial add a toping of it's own bootstrap and other css files, a total of
630kb
3. Other small "pieces" stuff (like EasySocial "Blog" app for example) loads their own css files, here and there.
.... so in the end i get 1MB+ for JUST the css files. Add on top of this the javascript files, site content (like images) ... and we are getting headache
Long story short,
1. What's the best way to compile and load only the "mandatory" EasySocial files without ES "internal" Bootstrap ?
2. How to turn off TOTALLY the loading of ANY css files from EasySocial (providing that we already moved the required css code into our own file)
Thanks ! I am just trying to make things smaller and super-fast !