From fe0d75345b2401d9ce5880c4c69906985d60c1d1 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:23:04 +0530 Subject: [PATCH] :bug: gulp --- gulpfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index ff31ba6f6..c025a2f38 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -291,10 +291,7 @@ exports.lint = lint const compile = series( cleanDist, parallel( - series( - parallel(copyDistCssAll, copyDistCssRtl), - minifyDistCss - ), + series(copyDistCssAll, copyDistCssRtl, minifyDistCss), series(copyDistJs, minifyDistJs), copyDistAssets, copyDistHtmlIndex,