fix path for windows machines

This commit is contained in:
Berkeley Martinez
2015-07-31 20:31:42 -07:00
parent 13f2f349dc
commit 0c2e45acc3

View File

@ -126,7 +126,7 @@ gulp.task('serve', function(cb) {
script: paths.server, script: paths.server,
ext: '.js .json', ext: '.js .json',
ignore: paths.serverIgnore, ignore: paths.serverIgnore,
exec: './node_modules/.bin/babel-node', exec: path.join(__dirname, 'node_modules/.bin/babel-node'),
env: { env: {
'NODE_ENV': 'development', 'NODE_ENV': 'development',
'DEBUG': process.env.DEBUG || 'freecc:*' 'DEBUG': process.env.DEBUG || 'freecc:*'