hashobject / perun

Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
https://perun.io
Eclipse Public License 1.0
351 stars 38 forks source link

Make sure we read version.properties from the jar, fixes #254 #255

Closed arichiardi closed 3 years ago

arichiardi commented 3 years ago

The bug was that we were not using io/resource on the file and therefore we could not read it when embedded in the jar.

allentiak commented 3 years ago

Cool! Thanks, Andrea!