mylloon.fr/askama.toml
Mylloon ea5ce83658
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/pr/publish Pipeline is pending
Template minification
* 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
2023-04-09 16:58:21 +02:00

3 lines
116 B
TOML

[general]
# Directories to search for templates, relative to the crate root.
dirs = ["dist/templates", "templates"]