Merge pull request #237 from Aaike/master

adityasharat/angular-chosen override and harvesthq/chosen override fix
This commit is contained in:
Guy Bedford
2015-03-04 12:38:12 +02:00
2 changed files with 17 additions and 1 deletions
@@ -0,0 +1,12 @@
{
"main": "angular-chosen.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.3.13",
"chosen": "github:harvesthq/chosen@^1.4.0"
},
"shim":{
"angular-chosen": {
"deps": ["angular","chosen"]
}
}
}
@@ -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 }
}