funkybob / gilbert

A simple static site generator.
https://gilbert.readthedocs.io/en/latest/
MIT License
10 stars 4 forks source link

Support lazy-loading content #12

Closed funkybob closed 5 years ago

funkybob commented 5 years ago

It can be a tremendous waste of memory to load Raw assets into memory just to write out again.

Find a way to make them lazy-loading so we can just copy direct, instead.