rocket-lazy-load icon indicating copy to clipboard operation
rocket-lazy-load copied to clipboard

CDN friendlyness

Open szepeviktor opened this issue 5 years ago • 1 comments

Hello!

ROCKET_LL_ASSETS_URL etc. URL-s are defined very early: thus CDN MU/plugins are not able to alter the URL of e.g. lazyload.min.js

Please use core functions (plugins_url, content_url) at the time of outputting the script tag. Thank you.

szepeviktor avatar Mar 11 '20 12:03 szepeviktor

Hi,

We're going to move away from constants like this at some point, so it will be something we're going to fix at the same time :)

remyperona avatar May 15 '20 19:05 remyperona