From d01a48a8c32b8eed7ef0e3e9620bfd7d286e0c7a Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 10 Jun 2015 17:11:56 -0700 Subject: [PATCH] Allow debug to be set at runtime for gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1a3177de62..4cb0341a96 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -29,7 +29,7 @@ gulp.task('serve', function(cb) { ignore: paths.serverIgnore, env: { 'NODE_ENV': 'development', - 'DEBUG': 'freecc:*' + 'DEBUG': process.env.DEBUG || 'freecc:*' } }) .on('start', function() {