1
0
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:
Rulai Hu 2017-01-15 15:39:44 -08:00 committed by GitHub
parent c7e7f2c8f6
commit fa7ac3fe51

View File

@ -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/"));
})