You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in 0.2.0 <script src="filename.js"> and <link rel="stylesheet" href="filename.css"> contents are aggregated under the normal compilation APIs.
However, using a full URL in these sources will throw an error (use webc:keep to leave these as is).
This enhancement request is to add support for <script src="http://example.com/filename.js"> and <link rel="stylesheet" href="http://example.com/filename.css">, probably using @11ty/eleventy-fetch.
The text was updated successfully, but these errors were encountered:
Starting in 0.2.0
<script src="filename.js">
and<link rel="stylesheet" href="filename.css">
contents are aggregated under the normal compilation APIs.However, using a full URL in these sources will throw an error (use
webc:keep
to leave these as is).This enhancement request is to add support for
<script src="http://example.com/filename.js">
and<link rel="stylesheet" href="http://example.com/filename.css">
, probably using@11ty/eleventy-fetch
.The text was updated successfully, but these errors were encountered: