Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let go-bindata expand the directory listing rather than bash.
We ran into some oddness with glob expansion ordering, causing `embedded.go` to have slightly different ordering, and failing in circle-ci. The simplest way to get around it is to let go-bindata expand the directory.
- Loading branch information
be3301d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trouble with this is that Make will no longer look at each file in these directories.
be3301d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changing one of those files (eg:
assets/privacyPolicy.html
) already doesn't regenerate anything, so I don't think that's accurate.