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' ] }