-
Hi, I am using
How can I use this file in template? I tried passing it as global data file but luck. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You might get more/better responses in the https://github.com/11ty/eleventy-cache-assets repo, but I'm a bit confused. Wouldn't the above cache the CONTENTS of the remote CDN'd CSS file locally? |
Beta Was this translation helpful? Give feedback.
-
@pdehaan Thanks for the reply. I was not using the passthrough file copy method because I thought the file name will change when there is a change In context (I was wrong. I was using CDN'd CSS just for ref. |
Beta Was this translation helpful? Give feedback.
You might get more/better responses in the https://github.com/11ty/eleventy-cache-assets repo, but I'm a bit confused.
Wouldn't the above cache the CONTENTS of the remote CDN'd CSS file locally?
What is being output in the
{{ prismjscss }}
block? The entire CSS file contents, or undefined/empty string?