mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
18 lines
191 B
YAML
18 lines
191 B
YAML
---
|
|
pkg: "assets"
|
|
dest: "."
|
|
output: "embed.go"
|
|
fmt: true
|
|
noprefix: true
|
|
|
|
compression:
|
|
compress: true
|
|
|
|
custom:
|
|
- files:
|
|
- "../../assets/"
|
|
base: "../../assets/"
|
|
prefix: ""
|
|
|
|
...
|