added a shim for the minified file without the css injection, also added the missing dependency on jquery

This commit is contained in:
Aaike Van Roekeghem
2015-03-04 17:34:40 +07:00
parent 17adef4485
commit 9b8196a6ec
@@ -1,8 +1,12 @@
{
"main": "chosen.jquery",
"files": ["chosen.jquery.js", "chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
"dependencies": {
"jquery": "github:components/jquery"
},
"shim": {
"chosen.jquery": ["./chosen.css!", "jquery"]
"chosen.jquery": ["./chosen.css!", "jquery"],
"chosen.jquery.min": ["jquery"]
},
"buildConfig": { "uglify": true }
}