mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00: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]
|
* [ description]
|
||||||
* @todo ghost core helpers + a way for themes to register them
|
* @todo ghost core helpers + a way for themes to register them
|
||||||
|
|
Loading…
Add table
Reference in a new issue