mirror of
https://github.com/strongdm/comply
synced 2025-12-06 06:14:09 +00:00
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ assets: $(THEME_SOURCES)
|
||||
go install -mod=vendor github.com/containous/go-bindata/go-bindata
|
||||
go install -mod=vendor github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
|
||||
go-bindata-assetfs -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)
|
||||
@# $(eval VERSION := $(shell git describe --tags --always --dirty="-dev"))
|
||||
|
||||
Reference in New Issue
Block a user