• Version 1.0.4
    it works good with css but it doesn’t minify the javascript in the footer, or also if i put them in the head.
    And also if i put the file’s path on the JavaScript files to include into minify.
    Someone else have this problem?

Viewing 1 replies (of 1 total)
  • Thread Starter Riccardo Caroli

    (@beaver82)

    i’ve found the error: the script tag need to have type=”text/javascript” like this

    <script type=”text/javascript” src=”my.js”></script>

    if you only put

    <script src=”my.js”></script>

    it doesnt minify!!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Minify] doesn't minify javascript files’ is closed to new replies.