MyBB Community Forums

Full Version: How to minify CSS and JS manuall ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I recently found out that these scripts need to be minified in order to gain performance (Found this in Google Speed test)

jscripts/prototype.js?ver=1603

/jscripts/general.js?ver=1603

/jscripts/popup_menu.js?ver=1600

How should I manually do it ?

If I do copy it's content and minify it using Closure Compiler by google does that cause any problems ??

#I'm using cloudflare also.