Problems with CSS & JS Minification
-
I want to use minification of CSS an JS, but it only seems to combine the files. Instead of minifying them, it also adds the line number of the corresponding css file (e.g. /* 442 */) and since that is blowing up the files, instead of minifying them.
I have enabled minfication in disk mode with HTML Tidy, JSMin and CSSTidy, chosen the files to minify. “Combine only” (for the CSS) is not checked. I am using Version 0.9.3
I am using a child theme.
My site: https://www.kellerclub.eu
What am I doing wrong?
- The topic ‘Problems with CSS & JS Minification’ is closed to new replies.