Replies: 2 comments
-
I just found out that you can replace the FS. Great addition and solves my issue. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd like to add a link for the Abstract FileSystem doc (it's not complete but points out how to do it): https://liquidjs.com/tutorials/render-file.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be possible to make liquid.js work for Cloudflare Workers? It looks like a perfect match because Cloudflare Workers does not allow the use of eval and new Function. I did some tests and everything works quite nicely except for including other .liquid files which requires a Node fs path library.
Possible solution might be an option to include the templates in the function?
And call for example in a liquid file:
Beta Was this translation helpful? Give feedback.
All reactions