Update to modules
This commit is contained in:
parent
84957f75a0
commit
489786aadc
3 changed files with 11199 additions and 11043 deletions
11
gulpfile.js
11
gulpfile.js
|
|
@ -287,6 +287,17 @@ function art() {
|
||||||
|
|
||||||
return merge(favicons, images)
|
return merge(favicons, images)
|
||||||
}
|
}
|
||||||
|
// function art() {
|
||||||
|
// // Move favicons and images to the root folder
|
||||||
|
// return src(input.art.favicons)
|
||||||
|
// .pipe(plumber())
|
||||||
|
// .pipe(changed(output.root))
|
||||||
|
// .pipe(dest(output.root))
|
||||||
|
// .pipe(src(input.art.images))
|
||||||
|
// .pipe(changed(output.art))
|
||||||
|
// .pipe(dest(output.art));
|
||||||
|
// }
|
||||||
|
|
||||||
|
|
||||||
function sprites() {
|
function sprites() {
|
||||||
// Assemble sprites
|
// Assemble sprites
|
||||||
|
|
|
||||||
22217
package-lock.json
generated
22217
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -22,14 +22,14 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "~7",
|
"@babel/core": "~7",
|
||||||
"@babel/preset-env": "~7",
|
"@babel/preset-env": "~7",
|
||||||
"browser-sync": "^2.26.7",
|
"browser-sync": "^2.26.14",
|
||||||
"del": "^5.1.0",
|
"del": "^6.0.0",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-autoprefixer": "^7.0.1",
|
"gulp-autoprefixer": "^7.0.1",
|
||||||
"gulp-babel": "~8.0",
|
"gulp-babel": "~8.0",
|
||||||
"gulp-cached": "^1.1.1",
|
"gulp-cached": "^1.1.1",
|
||||||
"gulp-changed": "^4.0.2",
|
"gulp-changed": "^4.0.2",
|
||||||
"gulp-clean-css": "^4.2.0",
|
"gulp-clean-css": "~4",
|
||||||
"gulp-concat": "^2.6.1",
|
"gulp-concat": "^2.6.1",
|
||||||
"gulp-data": "^1.3.1",
|
"gulp-data": "^1.3.1",
|
||||||
"gulp-if": "~3",
|
"gulp-if": "~3",
|
||||||
|
|
@ -40,16 +40,16 @@
|
||||||
"gulp-plumber": "^1.2.1",
|
"gulp-plumber": "^1.2.1",
|
||||||
"gulp-remember": "^1.0.1",
|
"gulp-remember": "^1.0.1",
|
||||||
"gulp-rename": "~2",
|
"gulp-rename": "~2",
|
||||||
"gulp-sass": "^4.0.2",
|
"gulp-sass": "~4",
|
||||||
"gulp-sass-lint": "^1.4.0",
|
"gulp-sass-lint": "^1.4.0",
|
||||||
"gulp-uglify": "^3.0.2",
|
"gulp-uglify": "^3.0.2",
|
||||||
"gulp-w3c-html-validator": "~2",
|
"gulp-w3c-html-validator": "^2.0.1",
|
||||||
"gulp.spritesmith": "^6.11.0",
|
"gulp.spritesmith": "^6.11.0",
|
||||||
"jshint": "~2",
|
"jshint": "~2",
|
||||||
"jshint-stylish": "^2.2.1",
|
"jshint-stylish": "^2.2.1",
|
||||||
"merge-stream": "^2.0.0",
|
"merge-stream": "^2.0.0",
|
||||||
"node-sass": "~4",
|
"node-sass": "~5",
|
||||||
"pump": "^3.0.0"
|
"pump": "^3.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue