mirror of
https://github.com/strongdm/comply
synced 2025-02-22 10:44:44 +00:00
fix assetfs
This commit is contained in:
parent
81ece97296
commit
b569cb13d9
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ assets: $(THEME_SOURCES)
|
|||||||
@go get github.com/elazarl/go-bindata-assetfs/...
|
@go get github.com/elazarl/go-bindata-assetfs/...
|
||||||
@go install github.com/elazarl/go-bindata-assetfs
|
@go install github.com/elazarl/go-bindata-assetfs
|
||||||
go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/...
|
go-bindata-assetfs -o bindata.go -pkg theme -prefix themes themes/...
|
||||||
mv bindata_assetfs.go internal/theme/themes_bindata.go
|
mv bindata.go internal/theme/themes_bindata.go
|
||||||
|
|
||||||
comply: assets $(GO_SOURCES)
|
comply: assets $(GO_SOURCES)
|
||||||
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
|
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user