fixed minify-dist
Some checks failed
default/mapgen/master There was a failure building this commit

This commit is contained in:
Alexander Yakovlev 2018-10-28 10:03:18 +07:00
parent 348f5d88a1
commit c4da727671

View file

@ -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', () ->