From 09b188cf244bedcef70c62403f6a2c825872b3ee Mon Sep 17 00:00:00 2001 From: shmyga Date: Fri, 17 May 2019 16:24:29 +0300 Subject: [PATCH] [build] disable editor --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 559ed4a..90aff84 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -140,9 +140,9 @@ module.exports.default = gulp.series( module.exports['client:linux:deb'], //module.exports['client:android:build'], - module.exports['editor:flash:build'], + /*module.exports['editor:flash:build'], module.exports['editor:flash:html'], - module.exports['editor:html5:build'], + module.exports['editor:html5:build'],*/ //module.exports['server:neko:build'], );