Merge pull request #237 from Aaike/master
adityasharat/angular-chosen override and harvesthq/chosen override fix
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user