Update to modules

This commit is contained in:
Stephan Hagedorn 2021-03-08 15:01:17 +01:00
parent 84957f75a0
commit 489786aadc
3 changed files with 11199 additions and 11043 deletions

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