modified and replaced some svgs and pngs

This commit is contained in:
Nina Juresic
2017-10-16 18:37:40 +02:00
parent 8a3e8423d3
commit a985a27cab
19 changed files with 368 additions and 402 deletions

View File

@@ -49,7 +49,7 @@ gulp.task('copy:html', () => {
gulp.task('cdn', () => {
return gulp
.src('dist/**')
.pipe(RevAll.revision({ dontRenameFile: ['.html', '.png', '.svg', '.jpeg', '.jpg']}))
.pipe(RevAll.revision({ dontRenameFile: ['.html']})) // , '.png', '.svg', '.jpeg', '.jpg'
.pipe(gulp.dest('cdn'));
})