Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jason Penney

    (@jczorkmid)

    Sorry, I was away on vacation. I’ll look into this as soon as I can.

    Thread Starter belg4mit

    (@belg4mit)

    Nevermind, I needed to update WP-Minify settings to exclude new jQuery version, or better yet use a shorter exclusion pattern to future-proof it.

    Plugin Author Jason Penney

    (@jczorkmid)

    If you let me know the pattern you’re using maybe I could add it to the README.

    Thread Starter belg4mit

    (@belg4mit)

    The future-proofed strong to add to “JavaScript files to exclude from minify (line delimited).” is:
    //ajax.googleapis.com/ajax/libs/jqueryui/

    Thread Starter belg4mit

    (@belg4mit)

    Actually, even more generic is
    //ajax.googleapis.com/
    for both JS and CSS exclusion. This is necessary because WP-Minify does not recognize URIs beginning with // as remote.

    Plugin Author Jason Penney

    (@jczorkmid)

    I was going to suggest that. It’s probably similar to the issue with Better WordPress Minify mentioned here.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Incompatible with 3.6?’ is closed to new replies.