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,
|
ignore: paths.serverIgnore,
|
||||||
env: {
|
env: {
|
||||||
'NODE_ENV': 'development',
|
'NODE_ENV': 'development',
|
||||||
'DEBUG': 'freecc:*'
|
'DEBUG': process.env.DEBUG || 'freecc:*'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.on('start', function() {
|
.on('start', function() {
|
||||||
|
Reference in New Issue
Block a user