• Hi a site i’m working on isnt merging the JS into one file.

    It uses standard enqueueing which normally works fine on other sites.

    Do you know if the plugin has issues with W3 Cache at all?

    Also they have their content directory changed to /securecontent

    /* Secure the wp-content folder */
    define (‘WP_CONTENT_DIR’,$_SERVER[‘DOCUMENT_ROOT’] . ‘/securecontent’);
    define (‘WP_CONTENT_URL’,’/securecontent’);

    Would any of these be an issue?

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    re. W3TC; make sure all minify is off there and there should be no issue

    re. content directory; _should_ work, but the most likely culprit anyway. does CSS merging work?

Viewing 1 replies (of 1 total)
  • The topic ‘Scripts not merging’ is closed to new replies.