• Resolved swinggraphics

    (@swinggraphics)


    Because MMR’s minification isn’t working, I compressed my JS myself and enqueue that. MMR defeats me by merging the UNminified version and then not compressing it!

    2016-04-22T17:07:25+00:00 - MERGED:
     - jquery - /wp-includes/js/jquery/jquery.js
     - plugins - theme/library/js/plugins.js
     - theme-js - theme/library/js/scripts.min.js - unminified version used
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter swinggraphics

    (@swinggraphics)

    Even if I check “Disable JS Minification” MMR insists on merging the unminified version, which is not even enqueued.

    Plugin Author launchinteractive

    (@launchinteractive)

    MMR currently uses the non minified version if it exists. There were issues sometimes with compressing a compressed file.

    I guess we could put in a check for this. If the Disable JS Minification checkbox is added then we could respect the specified file.

    Thread Starter swinggraphics

    (@swinggraphics)

    I found I could name the files with “-min” instead of “.min” as a workaround, but it is very unexpected behavior, and I think it would be good to honor the enqueued file when compression is disabled. Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"unminified version used"’ is closed to new replies.