sunng87 / handlebars-iron

Handlebars middleware for Iron web framework
MIT License
119 stars 20 forks source link

Examples are outdated #66

Open ZelphirKaltstahl opened 6 years ago

ZelphirKaltstahl commented 6 years ago

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
sunng87 commented 6 years ago

@ZelphirKaltstahl I cannot reproduce this issue from my codebase. Do you have --features watch enabled?

ZelphirKaltstahl commented 6 years ago

I think I did not have it enabled (command line switch?). I used the crates.io most recent version.