Mylloon
ea5ce83658
* use dist/template when exists * move the minification in config.rs * load askama.toml for the templates dirs name * extract the minification of file to minify_and_copy
3 lines
116 B
TOML
3 lines
116 B
TOML
[general]
|
|
# Directories to search for templates, relative to the crate root.
|
|
dirs = ["dist/templates", "templates"]
|