Allow the -d option to be used independently.

Former-commit-id: cb838b158edb8360d6d7c98ee18f2a7fbb4e9bb4
This commit is contained in:
Kit Cambridge
2012-09-26 08:59:33 -06:00
parent d421656be8
commit 5311a0f903

View File

@@ -1408,7 +1408,7 @@
dependencyMap = dependencyBackup; dependencyMap = dependencyBackup;
// output debug build // output debug build
if (!isMinify && (isCustom || isTemplate)) { if (!isMinify && (isCustom || isTemplate || isDebug)) {
if (isDebug && isStdOut) { if (isDebug && isStdOut) {
stdout.write(debugSource); stdout.write(debugSource);
callback(debugSource); callback(debugSource);