bvdputte / kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby CMS
MIT License
15 stars 3 forks source link

Check for external Scripts #10

Closed marcus-at-localhost closed 3 years ago

marcus-at-localhost commented 3 years ago

External scripts break, because the hostname gets stripped and replaced with the current hostname.

js([
  "https://cdn.jsdelivr.net/npm/cash-dom@8.1.0/dist/cash.min.js",
  "/assets/js/app.js",
  "@auto"
])