crusttech / crust-server

Apache License 2.0
87 stars 21 forks source link

Migrate away from rakyll/statik, titpetric/statik #106

Closed titpetric closed 5 years ago

titpetric commented 5 years ago

We're using an unsupported fork of rakyll/statik, and there's a better fork available. The main issue is with the upstream pkg relying on init() time data definitions, which makes it really usable only in a singleton pattern way - we however use multiple assets packaged, which makes it's use complicated.