gopheracademy / gcon

GopherCon Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add go-rice

bketelsen opened this issue · comments

we're doing this the HARD way :)
add go-rice to have simple dev and production deploys!

Can you add some examples of use so I can add this stuff to the Makefile?

In dev and test nothing will change, except the render engine should use the rice box resolver I linked above.

When deploying to product the Go rice took needs to be run generate Go code from the templates before the binary is built. Those compiled files should never be checked in.

Would that be something to include in a Makefile "build" target?

post-success in travis. The generated file doesn't get added to source, so we test first, then generate the rice-box, then build, then docker build.