Open
Description
When changes are made to the event templates, they need to be recompiled. Right now that is only documented in source code at https://github.com/devopsdays/devopsdays-cli/blob/master/event/make_event_files.go#L23
// to compile, cd to event directory and run `rice embed-go`
That's probably not amazing.
The idea is to migrate from using rice to instead use packr.
There are two main things that need to be done:
- Refactor make_event_files.go and rice-box.go to use packr instead of rice
- Update .goreleaser.yml to run
packr
as part of the build