10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
3 changed files with 11199 additions and 11043 deletions
Showing only changes of commit 489786aadc - Show all commits

View file

@ -287,6 +287,17 @@ function art() {
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() {
// Assemble sprites

22217
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,14 +22,14 @@
"devDependencies": {
"@babel/core": "~7",
"@babel/preset-env": "~7",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "~8.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-clean-css": "~4",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "~3",
@ -40,16 +40,16 @@
"gulp-plumber": "^1.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "~2",
"gulp-sass": "^4.0.2",
"gulp-sass": "~4",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-w3c-html-validator": "~2",
"gulp-w3c-html-validator": "^2.0.1",
"gulp.spritesmith": "^6.11.0",
"jshint": "~2",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"node-sass": "~4",
"node-sass": "~5",
"pump": "^3.0.0"
},
"dependencies": {}
}
}