From 17289fde92eaf149f78c39bc99726c9836e712b1 Mon Sep 17 00:00:00 2001 From: shmyga Date: Fri, 13 Jul 2018 19:46:47 +0300 Subject: [PATCH] [gulp] remove editor build from default task --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7987cc3..170b334 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -109,8 +109,8 @@ module.exports.default = gulp.series( module.exports['client:html5:build'], module.exports['client:linux:build'], //module.exports['client:android:build'], - module.exports['editor:flash:build'], + //module.exports['editor:flash:build'], module.exports['server:neko:build'], module.exports['client:flash:html'], module.exports['client:linux:deb'], -); \ No newline at end of file +);