add back path join in gulpfile

DO NOT REMOVE
This commit is contained in:
Berkeley Martinez
2015-08-01 12:26:57 -07:00
parent 0a34dcf6c3
commit 8ded4558cf

View File

@ -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:*'