MoreTacos / skilltree

A tech tree to log your progress in gymnastics.
https://skilltree-i39v.onrender.com/
4 stars 0 forks source link

Running binary takes >20 seconds because of handlebars compilation #6

Closed MoreTacos closed 3 years ago

MoreTacos commented 3 years ago

The tree.svg.hbs takes >20 seconds to compile, which significantly slows down development. The fix is to add a templates/prod and templates/dev with a smaller template in the dev, with a Rocket.toml that chooses one or the other.