Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow aggregation of full origin URL JS/CSS sources #15

Open
zachleat opened this issue Sep 20, 2022 · 0 comments
Open

Allow aggregation of full origin URL JS/CSS sources #15

zachleat opened this issue Sep 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zachleat
Copy link
Member

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.

@zachleat zachleat added the enhancement New feature or request label Sep 20, 2022
@zachleat zachleat changed the title Allow aggregation of full URL JS/CSS sources Allow aggregation of full origin URL JS/CSS sources Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant