👽️ Incorpora nueva creación de recursos estáticos

This commit is contained in:
Manuel Cillero 2023-06-23 12:30:56 +02:00
parent f7faf4d345
commit 32d068065e
8 changed files with 40 additions and 8 deletions

View file

@ -1,3 +1,7 @@
use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "bulmix", None)
StaticFilesBundle::from_dir("./static")
.with_name("bulmix")
.build()
}