Don't inline cursors, they occure multiple times

This commit is contained in:
Jordan Eldredge 2014-12-20 22:33:18 -08:00
parent b836471a60
commit a7e4641173

View file

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