mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
purge css fix
This commit is contained in:
@@ -256,7 +256,7 @@ gulp.task('build-cleanup', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('build-purgecss', () => {
|
gulp.task('build-purgecss', () => {
|
||||||
return gulp.src('demo/dist/css/*.css')
|
return gulp.src('demo/dist/{libs,css}/**/*.css')
|
||||||
.pipe(purgecss({
|
.pipe(purgecss({
|
||||||
content: ['demo/**/*.html']
|
content: ['demo/**/*.html']
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user