diff --git a/Gulpfile.coffee b/Gulpfile.coffee index dbe26ac..22fbed2 100644 --- a/Gulpfile.coffee +++ b/Gulpfile.coffee @@ -224,6 +224,7 @@ gulp.task('rename-min-bundle-dist', (done) -> ) gulp.task('coffee-dist', gulp.series( + 'procgen' 'concatCoffee' 'bundle-dist' 'minify-dist'