13 lines
210 B
YAML
13 lines
210 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"
|
|
base: "templates/"
|