adding select2

This commit is contained in:
Jarred de Beer
2013-11-27 22:24:39 +02:00
parent 6b46ce2697
commit 17c99ed4c1
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"main": "select2",
"files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"],
"shim": {
"select2": ["./select2.css!", "select2.png!", "jquery"]
},
"buildConfig": { "uglify": true }
}
+1
View File
@@ -23,6 +23,7 @@
"marionette": "github:marionettejs/backbone.marionette",
"modernizr": "github:Modernizr/Modernizr",
"moment": "github:moment/moment",
"select2": "github:ivaynberg/select2",
"tinygrowl": "github:ajkochanowicz/tinygrowl",
"three.js": "cdnjs:three.js",
"underscore": "npm:underscore",