agonzalezro / polo

Static site generator written in Go and "compatible" with Jekyll & Pelican content
MIT License
47 stars 9 forks source link

Use `go generate` to run go-bindata (if possible) #35

Closed agonzalezro closed 8 years ago

agonzalezro commented 9 years ago

At the moment every time that a template is changed an script needs to be run, this is claiming for errors, so perhaps use go generate could fix this issue.

agonzalezro commented 8 years ago

Closed with https://github.com/agonzalezro/polo/pull/39