0
Fork 0
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:
Hannah Wolfe 2014-02-19 18:49:50 +00:00
commit 6af7d8fa3f

View file

@ -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