guidebook 0.1.18

HonKit/GitBook compatible static book generator
1
2
3
4
5
6
7
// build.rs - Tell cargo to recompile when template files change
fn main() {
    // Watch template files for changes
    println!("cargo:rerun-if-changed=templates/gitbook.css");
    println!("cargo:rerun-if-changed=templates/gitbook.js");
    println!("cargo:rerun-if-changed=templates/collapsible.js");
}