From 0c2e45acc3b8d99d3176b8b82fbffe6bed67de68 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Fri, 31 Jul 2015 20:31:42 -0700 Subject: [PATCH] fix path for windows machines --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b8aa6ff0fb..c55daf01da 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: './node_modules/.bin/babel-node', + exec: path.join(__dirname, 'node_modules/.bin/babel-node'), env: { 'NODE_ENV': 'development', 'DEBUG': process.env.DEBUG || 'freecc:*'