Merge Select2 Override

This commit is contained in:
guybedford
2015-02-14 19:35:37 +02:00
3 changed files with 27 additions and 1 deletions
@@ -0,0 +1,11 @@
{
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
"shim": {
"select2": {
"imports": ["jquery", "./select2.css!"],
"exports": "$"
}
},
"buildConfig": { "uglify": true }
}
@@ -0,0 +1,15 @@
{
"main": "select2",
"files": ["*.js", "*.template", "select2.png", "select2.css", "select2-spinner.gif"],
"registry": "jspm",
"dependencies": {
"jquery": "*",
"css": "*"
},
"shim": {
"select2": {
"deps": ["jquery", "./select2.css!"],
"exports": "$"
}
}
}
+1 -1
View File
@@ -189,7 +189,7 @@
"rest": "github:cujojs/rest",
"restangular": "github:mgonto/restangular",
"rx": "npm:rx",
"select2": "github:ivaynberg/select2",
"select2": "github:select2/select2",
"selectize": "github:brianreavis/selectize.js",
"showdown": "github:showdownjs/showdown",
"sifter": "github:brianreavis/sifter.js",