From a7e4641173b7a23135f030c4f19d9ceee1718fc5 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 20 Dec 2014 22:33:18 -0800 Subject: [PATCH] Don't inline cursors, they occure multiple times --- production/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/Gruntfile.js b/production/Gruntfile.js index 2e97d0cf..c3eda336 100644 --- a/production/Gruntfile.js +++ b/production/Gruntfile.js @@ -22,7 +22,7 @@ module.exports = function(grunt) { cssmin: true }, src: [ - '../css/winamp.css', // Inlines the cursor images + //'../css/winamp.css', // Inlines the cursor images '../index.html' ] }