Skip to content

Commit

Permalink
urgent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Aug 1, 2015
1 parent 5937cea commit 5209758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ gulp.task('serve', function(cb) {
script: paths.server,
ext: '.js .json',
ignore: paths.serverIgnore,
exec: '%cd%/node_modules/.bin/babel-node',
exec: './node_modules/.bin/babel-node',
env: {
'NODE_ENV': 'development',
'DEBUG': process.env.DEBUG || 'freecc:*'
Expand Down

0 comments on commit 5209758

Please sign in to comment.