• Resolved pllaunay

    (@pllaunay)


    Hi,

    I use bedrock to use the wordpress (https://roots.io/bedrock/). The automatic minify does not work correctly because we have some script

    app/plugins/.../js/script.js
    wp-includes/js/script.js

    The minify plugin work with the second path and does not work with the first path. Because the plugin use the constant ABSPATH (/var/www/html/web/wp/) and does not found the script with the first path.

    My questions :

    – Is there a simple way to work around this problem without changing the plugin code?
    – Is there a hook that allows us to override or modify the minification behavior?
    – Have you ever worked with bedrock?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    It seems that you are using custom paths for the plugins directory and probably some other too (like uploads). We don’t fully support custom paths yet.

    Thread Starter pllaunay

    (@pllaunay)

    Hello,

    Thanks.

    Is the support custom paths planned ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use Bedrock and W3 Total Cache’ is closed to new replies.