call procgen on dist build
Some checks failed
default/mapgen/master There was a failure building this commit

This commit is contained in:
Alexander Yakovlev 2018-10-28 10:01:51 +07:00
parent 4c1adfc87a
commit 348f5d88a1

View file

@ -224,6 +224,7 @@ gulp.task('rename-min-bundle-dist', (done) ->
)
gulp.task('coffee-dist', gulp.series(
'procgen'
'concatCoffee'
'bundle-dist'
'minify-dist'