geolessel / vox

The static site builder for Elixir lovers
115 stars 4 forks source link

Only recompile the bare minimum when a file changes #25

Open geolessel opened 1 year ago

geolessel commented 1 year ago

Right now every site file is recompiled. It should only recompile the bare minimum of files based on what has changed.

This could be tricky because of new additions to collections and other bindings.