mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
A first step towards theme debugging
issue #2204 - allow handlebars log helper to output to console in dev mode
This commit is contained in:
parent
79e1356b66
commit
8e78f79f9e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue