dry icon indicating copy to clipboard operation
dry copied to clipboard

Async file system

Open bs1180 opened this issue 3 years ago • 1 comments

Thanks for creating this library, it seems to solve several problems I've encountered with other JS templating libraries. 👍

One feature that would be useful is fetching template files asynchronously - for example, to allow retrieving them directly from an S3 bucket. I suppose this would make the entire parse step async as well, which might not be desirable, but is there an alternative way to achieve this? Thanks!

bs1180 avatar Aug 28 '21 08:08 bs1180

sorry for the really late reply, I somehow missed this issue!

I suppose this would make the entire parse step async as well, which might not be desirable, but is there an alternative way to achieve this? Thanks!

This should be doable. You can always create a custom tag as well. I'll try to put an example together for this.

jonschlinkert avatar Oct 03 '21 15:10 jonschlinkert