minor bugs fixes after AdminLTE v4.0.0-alpha1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -301,8 +301,7 @@
|
||||
|
||||
<!-- ChartJS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@3.6.0/dist/chart.min.js" integrity="sha256-7lWo7cjrrponRJcS6bc8isfsPDwSKoaYfGIHgSheQkk=" crossorigin="anonymous"></script>
|
||||
<!-- AdminLTE dashboard3 demo (This is only for demo purposes) -->
|
||||
<script src="./assets/js/dashboard3.js"></script>
|
||||
|
||||
<script>
|
||||
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
|
||||
// IT'S ALL JUST JUNK FOR DEMO
|
||||
|
||||
Reference in New Issue
Block a user