2024-10-22 11:18:39 +02:00
|
|
|
fn main() {
|
2024-10-22 15:18:20 +02:00
|
|
|
// let mut p = create_app();
|
|
|
|
// p.processor.options.watch = false;
|
|
|
|
// p.processor.options.parallel = true;
|
|
|
|
// p.glob = GlobMatcher::new(vec!["**/*.html"], "./templates".into()).expect("Glob must be valid");
|
|
|
|
// let contents = p.generate_contents();
|
|
|
|
// std::fs::write("./templates/styles.css", &contents).expect("Failed to save styles.css");
|
2024-10-22 11:18:39 +02:00
|
|
|
}
|