-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Right now, changing the web source does nothing if you don't run go-bindata and create a new bindata.go file. I think this is probably a bit confusing to people looking to expand on the project and a bit of a VCS-antipattern. Typically with projects that use generated source code (see protobuf, thrift, etc), there is a "gen" stage that is done before the "build" stage.
We could implement this with a Makefile that builds bindata.go.
Let me know how you feel about this.
Metadata
Metadata
Assignees
Labels
No labels