You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Hey, I know this is seemingly no longer being developed (or rather that it works so well it perhaps no longer needs to be improved...), but I had a possible feature request.
How hard would it be to make Fuse include all files in a given directory in addition to the single file at a time method currently used?
<!-- @import ./templates -->
I'd imagine it to work like the above for example, and then it would just include each file one after the other. It would work great for basic SPA's where the order of inclusion doesn't matter.
Hey, I know this is seemingly no longer being developed (or rather that it works so well it perhaps no longer needs to be improved...), but I had a possible feature request.
How hard would it be to make Fuse include all files in a given directory in addition to the single file at a time method currently used?
<!-- @import ./templates -->I'd imagine it to work like the above for example, and then it would just include each file one after the other. It would work great for basic SPA's where the order of inclusion doesn't matter.