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)
|
||||
}
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue