-
I can’t seem to make WebC files use `permalink` to output files to a different location. You can [checkout](https://github.com/pepelsbey/webc-permalink) the sample barebone project or use these steps …
-
Hiya gang,
no doubt this is something with me not correctly escaping something *somewhere*, but it's driving me around the bend. What I'm trying to do is offload some of the compression work to Cloud…
-
It'd be great to have a plugin to convert colon codes like `:+1:` into 👍.
There's already support out there in the Kramdown and Jekyll ecosystems, so just need to figure out the best way to move fo…
-
I'm filing this here and not in the getBundle repo as I assume it's an issue with WebC's use of the other project. I've got a component with a script tag in it. It gets bundled up fine. In Liquid, I'm…
-
I'm trying to run this with 11ty 2.0.0-beta.2 as in the current `package.json`. https://github.com/11ty/11ty-website/blob/d54f2638c2f4925f5bd8bf18e5137d83245a6ba8/package.json#L45
Following the REA…
-
I tried the example shown in the docs for img.webc:
```html
if(!alt) {
throw new Error("oh no you didn't");
}
``;
```
Using latest Eleventy, latest WebC plugin, and I get:
```
[11t…
-
Thank you for responding to my previous comment here: https://github.com/11ty/eleventy-plugin-webc/issues/4#issuecomment-1441176246
I tried to use WebC 0.9.0 as suggested. I was able to get a singl…
-
### Operating system
mac OS 13.1
### Eleventy
2.0.1
### Describe the bug
I'm trying to use `getPreviousCollectionItem` and `getNextCollectionItem` in a webc template but the build fails with the …
-
It would be useful if version specification could be supported in a manner similar, or the same, to how versions are handled in `package.json`.
This could help lead to supporting `package.json` for…
-
I was wondering the best way of downloading directus' assets and storing them locally instead of hotlinking to my directus instance using `directus_asseturl`
internet2000.net already seems to do th…