diff --git a/Gulpfile.coffee b/Gulpfile.coffee index 22fbed2..215afba 100644 --- a/Gulpfile.coffee +++ b/Gulpfile.coffee @@ -25,7 +25,7 @@ gulp.task('bundle-dist', () -> bare: true sourcemaps: false })) - .pipe(gulp.dest('./dist/game')) + .pipe(gulp.dest('./build/game')) ) gulp.task('minify-dist', () ->