Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 811 forks source link

Minify Mediabox #1156

Closed severdia closed 11 years ago

severdia commented 11 years ago

Google PageSpeed is showing the two MediaBox files aren't minified:

/components/com_kunena/template/blue_eagle/css/mediaboxAdv.css

/media/kunena/js/mediaboxAdv.js

We should minify these for the next release.

mahagr commented 11 years ago

All css and javascript files are automatically minified (-min.), but why they aren't used?

severdia commented 11 years ago

Good question...maybe that's the actual bug here.

mahagr commented 11 years ago

Do you have Kunena debug turned on? Because of http://www.kunena.org/forum uses minimized files and all my tests (without Joomla / Kunena debug) give the same result.

severdia commented 11 years ago

This is caused when a user upgrades to Kunena 2 and the old template for Kunena 1.x remains the default. Switching to Blue Eagle 2 resolves it. Thanks!