From 1e9b759a41fadfa90f3ee1795f683471f8d7d7c5 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:13:11 +0530 Subject: [PATCH] minor bugs fixes after AdminLTE v4.0.0-alpha1 --- gulpfile.js | 3 ++- src/index3.html | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c8c888406..438e9927e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -192,7 +192,7 @@ const copyDistCssAll = () => src([paths.src.scss + '/**/*.scss'], { const copyDistCssRtl = () => src(paths.dist.css + '/*.css', { sourcemaps: true }) .pipe(postcss(postcssRtlOptions)) .pipe(rename({ suffix: '.rtl' })) - .pipe(dest(paths.dist.css + '/rtl', { sourcemaps: '.' })) + .pipe(dest(paths.dist.css, { sourcemaps: '.' })) // Minify CSS const minifyDistCss = () => src([ @@ -207,6 +207,7 @@ const minifyDistCss = () => src([ const lintDistTs = () => src([paths.src.ts + '/**/*.ts']) .pipe(gulpESLintNew()) + .pipe(gulpESLintNew.format()) .pipe(gulpESLintNew.failAfterError()) // Compile and copy ts/js diff --git a/src/index3.html b/src/index3.html index 256ed656c..4ce0a6de1 100644 --- a/src/index3.html +++ b/src/index3.html @@ -301,8 +301,7 @@ - - +