🎉 [bulmix] Saca tema del código base de PageTop

This commit is contained in:
Manuel Cillero 2023-02-02 08:55:04 +01:00
parent da4c1e097e
commit 541b024d8e
8 changed files with 192 additions and 0 deletions

3
pagetop-bulmix/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "bulmix", None)
}