pagetop/pagetop/build.rs

7 lines
171 B
Rust

use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
StaticFilesBundle::from_dir("./static/theme")
.with_name("theme")
.build()
}