add fileb0x manifest and generate assets

This commit is contained in:
A.Unger
2020-04-21 21:10:21 +02:00
parent ec18988e8c
commit 4b612965d9
7 changed files with 690 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
---
pkg: "assets"
dest: "."
output: "embed.go"
fmt: true
noprefix: true
compression:
compress: true
custom:
- files:
- "../../ui/"
base: "../../ui/"
prefix: ""
...