- 🇦🇺Australia mingsong 🇦🇺
It is not necessary always external libraries.
In a situation that the required libraries are download and host on the local, the libraries are not external.
- Status changed to Active
about 1 year ago 5:45am 13 September 2023 - 🇨🇭Switzerland berdir Switzerland
The problem isn't that they are external. The problem is that they are not *defined* as external, so locale.module gets confused about them, it expects a local file.
An external file must have
type: external
in the definition, so your code that switches the library needs to add that.Example:
'//cdn.jsdelivr.net/gh/davidjbradshaw/iframe-resizer@v4.2.10/js/iframeResizer.contentWindow.min.js': { type: external, minified: true }
- Status changed to Needs review
about 1 year ago 6:00am 13 September 2023 - Status changed to Fixed
about 1 year ago 11:54pm 13 September 2023 - 🇦🇺Australia mingsong 🇦🇺
Thanks everyone.
The patch is simple and should be safe.
Pushed to the develop branch.
Automatically closed - issue fixed for 2 weeks with no activity.