You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at #121 apparently, that's the ticket where I moved a bunch of stuff out of rice and put it into the .go files directly.
I'm going to rename this issue to be more about using packr instead - note that this will change how we release. The upshot of packr is that while doing local development, there is no need to run any commands to compile the templates; it is just something that happens at build time, so the build commands will need to be updated.
mattstratton
changed the title
Document updating of rice templates
Move templates from rice to packr
Nov 2, 2019
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
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:
packr
as part of the buildThe text was updated successfully, but these errors were encountered: