removing dependency on css file

This commit is contained in:
Jarred de Beer
2013-11-27 22:36:24 +02:00
parent 17c99ed4c1
commit 0f69716748
@@ -1,8 +1,8 @@
{
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
"files": ["select2.js", "select2.png", "select2-spinner.gif"],
"shim": {
"select2": ["./select2.css!", "select2.png!", "jquery"]
"select2": ["./select2.png!", "jquery"]
},
"buildConfig": { "uglify": true }
}