1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 07:34:22 +02:00

Flextype Core: Default theme - update assets building process and GULP to 4.X.X #206 #186

- updating gulpfile js
This commit is contained in:
Awilum
2019-08-06 17:54:33 +03:00
parent c3621e7355
commit fdac81743f
2 changed files with 0 additions and 10 deletions

View File

@@ -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,

View File

@@ -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"
}
}