Allow debug to be set at runtime for gulp
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user