We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@ZelphirKaltstahl I cannot reproduce this issue from my codebase. Do you have --features watch enabled?
--features watch
Sorry, something went wrong.
I think I did not have it enabled (command line switch?). I used the crates.io most recent version.
No branches or pull requests
There is a problem with the examples for watching templates https://github.com/sunng87/handlebars-iron/blob/master/examples/watch_server.rs .
The text was updated successfully, but these errors were encountered: