mayu-live / framework

Mayu is a live updating server-side component-based VDOM rendering framework written in Ruby
https://mayu.live
GNU Affero General Public License v3.0
135 stars 4 forks source link

Cache assets during build time #32

Open aalin opened 1 year ago

aalin commented 1 year ago

Some assets, like large images, may take some time to generate during build time.

Since asset filenames are based on their content hash, it should be quite easy to store them in a cache-directory, and reuse cached versions if possible...