Closed cesards closed 9 years ago
I'm trying to use Hugo in different debuggable buildTypes, but it doesn't print anything. Only works with debug. Is it not based on debuggable var?
debug
debuggable
prod { debuggable true signingConfig signingConfigs.debug } debug { debuggable true signingConfig signingConfigs.debug }
Thanks!
It seems it happens too if you're using a build flavor.
This is already fixed on master.
master
I'm trying to use Hugo in different debuggable buildTypes, but it doesn't print anything. Only works with
debug
. Is it not based ondebuggable
var?Thanks!