diff --git a/gulpfile.js b/gulpfile.js index c55daf01da9..af48fb97468 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,7 @@ gulp.task('serve', function(cb) { script: paths.server, ext: '.js .json', ignore: paths.serverIgnore, - exec: path.join(__dirname, 'node_modules/.bin/babel-node'), + exec: '%cd%/node_modules/.bin/babel-node', env: { 'NODE_ENV': 'development', 'DEBUG': process.env.DEBUG || 'freecc:*'