From f03d7d7dde4f8cb39babd2b982d77e7f88f349b7 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 29 Jan 2014 15:44:05 +0100 Subject: [PATCH] fix(performance): cache spritesmith image, fix #2633 --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bf7c174bb9..e5fa1ed3ed 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,8 +70,7 @@ module.exports = function(grunt) { src: [ 'build/*.js', 'build/*.css', 'build/favicon.ico', 'build/bower_components/bootstrap/docs/assets/css/*.css', - 'build/bower_components/habitrpg-shared/dist/*.css', - 'build/bower_components/habitrpg-shared/dist/*.png' + 'build/bower_components/habitrpg-shared/dist/*.css' ], dest: 'make-sure-i-do-not-exist' }