Copy old override

This commit is contained in:
Jan Peša
2015-02-14 15:22:05 +01:00
parent c131a45e83
commit 8f6e2fcfeb
@@ -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 }
}