MyBB Community Forums

Full Version: function to combine the CSS's into one file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
function to combine the CSS's into one file?

so mybb can detect the CSS but why cannot it combine them into one file?
minify is good but i want to un-bottleneck the number of server requests
just get all the css from all the other style sheets and add them intoglobal.css. For all the other stylesheets attach them to a file called junk.php. You now have a monster css file loading all the css for all pages even if that page does not use all of the the css in the file.
In stock mybb you have on index page two css files and in showthread four - this isn't that much.