mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 07:34:22 +02:00
- updating gulpfile js
This commit is contained in:
@@ -17,12 +17,6 @@ function moveBootstrapCss() {
|
||||
.pipe(dest('assets/dist/css/tmp'));
|
||||
}
|
||||
|
||||
function moveAnimateCss() {
|
||||
return src('node_modules/animate.css/animate.min.css')
|
||||
.pipe(concat('2.min.css'))
|
||||
.pipe(dest('assets/dist/css/tmp'));
|
||||
}
|
||||
|
||||
function moveSimpleLightboxCss() {
|
||||
return src('node_modules/simplelightbox/dist/simplelightbox.min.css')
|
||||
.pipe(concat('3.min.css'))
|
||||
@@ -82,7 +76,6 @@ function cleanTmpJs() {
|
||||
}
|
||||
|
||||
exports.default = series(moveBootstrapCss,
|
||||
moveAnimateCss,
|
||||
moveSimpleLightboxCss,
|
||||
buldDefaultCss,
|
||||
mergeCss,
|
||||
|
@@ -2,8 +2,6 @@
|
||||
"name": "Default",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"animate.css": "^3.7.2",
|
||||
"bootstrap": "^4.3.1",
|
||||
"del": "^5.0.0",
|
||||
"es6-promise": "^4.2.4",
|
||||
"gulp": "^4.0.2",
|
||||
@@ -13,7 +11,6 @@
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"jquery": "^3.4.1",
|
||||
"popper.js": "^1.15.0",
|
||||
"simplelightbox": "^1.17.2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user