mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 19:29:49 -06:00
21 lines
263 B
YAML
21 lines
263 B
YAML
---
|
|
pkg: "assets"
|
|
dest: "."
|
|
output: "embed.go"
|
|
fmt: true
|
|
noprefix: true
|
|
|
|
compression:
|
|
compress: true
|
|
|
|
custom:
|
|
- files:
|
|
- "../../assets/"
|
|
base: "../../assets/"
|
|
prefix: ""
|
|
exclude:
|
|
- "asset-manifest.json"
|
|
- "precache-manifest.*.js"
|
|
|
|
...
|