mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
Fix issue where cards.css is renamed to cards.PNG
This commit is contained in:
parent
c7e7f2c8f6
commit
fa7ac3fe51
@ -144,9 +144,6 @@ gulp.task("generate sprites", ["resize lg"], function() {
|
||||
//template: "./client/scss/_cards.hbs"
|
||||
})
|
||||
.pipe(imagemin())
|
||||
.pipe(gulpif("*.png", rename({
|
||||
extname: ".PNG"
|
||||
})))
|
||||
.pipe(gulp.dest("./public/build/"));
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user