mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #2205 from ErisDS/theme-debug
A first step towards theme debugging
This commit is contained in:
commit
6af7d8fa3f
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,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 a new issue