dry
dry copied to clipboard
Async file system
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!
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.