handlebars-iron
handlebars-iron copied to clipboard
Examples are outdated
There is a problem with the examples for watching templates https://github.com/sunng87/handlebars-iron/blob/master/examples/watch_server.rs .
no method named `watch` found for type `std::sync::Arc<hbs::HandlebarsEngine>` in the current scope
@ZelphirKaltstahl I cannot reproduce this issue from my codebase. Do you have --features watch
enabled?
I think I did not have it enabled (command line switch?). I used the crates.io most recent version.