A first step towards theme debugging

issue #2204
- allow handlebars log helper to output to console in dev mode
This commit is contained in:
Hannah Wolfe 2014-02-04 22:01:53 +00:00
parent 79e1356b66
commit 8e78f79f9e

View File

@ -34,6 +34,10 @@ var downsize = require('downsize'),
]
};
if (!isProduction) {
hbs.handlebars.logger.level = 0;
}
/**
* [ description]
* @todo ghost core helpers + a way for themes to register them