12 lines
186 B
YAML
12 lines
186 B
YAML
|
# all folders and files are relative to the path
|
||
|
# where fileb0x was run at!
|
||
|
|
||
|
# default: main
|
||
|
pkg: static
|
||
|
|
||
|
# destination
|
||
|
dest: "./static/"
|
||
|
|
||
|
custom:
|
||
|
- files:
|
||
|
- "templates/**/*.html"
|