mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03: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
@ -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…
Reference in New Issue
Block a user