Added extra regex moving on to fix scroller without those new images

This commit is contained in:
benmcmahon100
2015-08-01 19:14:30 +01:00
parent 061d567836
commit 13bb5df68d

View File

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