filebrowser/pre-build.sh

10 lines
311 B
Bash
Raw Normal View History

2017-03-26 10:24:21 +00:00
#!/bin/sh
go get github.com/jteeuwen/go-bindata/go-bindata
go-bindata -pkg assets -prefix "_embed" \
2017-04-23 13:08:38 +00:00
-o assets/binary.go -ignore "^.*theme-([^g]|g[^i]|gi[^t]|git[^h]|gith[^u]|githu[^b]).*\.js$" \
_embed/templates/... _embed/public/js/... _embed/public/css/... _embed/public/ace/src-min/... \
2017-03-26 10:24:21 +00:00
git add -A