From fa7ac3fe5188fa586558ba545b66d8366bb19a53 Mon Sep 17 00:00:00 2001
From: Rulai Hu <rulai@techsamurais.com>
Date: Sun, 15 Jan 2017 15:39:44 -0800
Subject: [PATCH] Fix issue where cards.css is renamed to cards.PNG

---
 gulpfile.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 653a5f5..d791f24 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -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/"));
 })