1 tilqicom Sep 25, 2012 04:27
3 fplanque Nov 14, 2012 19:12
All @import are removed in b2evo v5.
So all files are called directly from the skin with require_*() functions.
You can remove anything you don't need. Although I think it's pretty trimmed down already.
(Note: There will be even more optimizations when we implement LESS.)
4 tilqicom Nov 15, 2012 17:56
cool
A lot of effort was put to make v5 load CSS files directly from server rather than calling @import. Plus properly configured server and all modern browsers do a good job caching static files.
jQuery and jQueryUI are only loaded when they are needed. You can replace the files with their newer versions too.
You also have full control of what's loaded in your skin, just remove extra require_css calls