Merge Select2 Override
This commit is contained in:
@@ -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
@@ -189,7 +189,7 @@
|
|||||||
"rest": "github:cujojs/rest",
|
"rest": "github:cujojs/rest",
|
||||||
"restangular": "github:mgonto/restangular",
|
"restangular": "github:mgonto/restangular",
|
||||||
"rx": "npm:rx",
|
"rx": "npm:rx",
|
||||||
"select2": "github:ivaynberg/select2",
|
"select2": "github:select2/select2",
|
||||||
"selectize": "github:brianreavis/selectize.js",
|
"selectize": "github:brianreavis/selectize.js",
|
||||||
"showdown": "github:showdownjs/showdown",
|
"showdown": "github:showdownjs/showdown",
|
||||||
"sifter": "github:brianreavis/sifter.js",
|
"sifter": "github:brianreavis/sifter.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user