Fix folder notifications, enable template strict mode and add missing option to env template

This commit is contained in:
Daniel García
2019-01-15 15:28:25 +01:00
parent 0e4a746eeb
commit 4bf32af60e
3 changed files with 8 additions and 2 deletions

View File

@ -334,6 +334,8 @@ pub struct Config {
fn load_templates(path: String) -> Handlebars {
let mut hb = Handlebars::new();
// Error on missing params
hb.set_strict_mode(true);
macro_rules! reg {
($name:expr) => {