adding ratchet

This commit is contained in:
Jarred de Beer
2013-12-12 19:19:23 +02:00
parent 4a62671d8d
commit 37f8a05504
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"main": "ratchet",
"files": ["dist/ratchet.js", "dist/ratchet.css", "dist/touch-icons/apple-touch-icon-114x114.png", "dist/touch-icons/apple-touch-icon-57x57.png", "dist/touch-icons/apple-touch-icon-72x72.png"],
"directories": {
"lib": "dist"
},
"shim": {
"ratchet": {
"imports": ["./ratchet.css!", "./touch-icons/apple-touch-icon-114x114.png!image", "./touch-icons/apple-touch-icon-57x57.png!image", "dist/touch-icons/apple-touch-icon-72x72.png!image"]
}
},
"buildConfig": {
"uglify": true
}
}
+1
View File
@@ -30,6 +30,7 @@
"modernizr": "github:Modernizr/Modernizr", "modernizr": "github:Modernizr/Modernizr",
"moment": "github:moment/moment", "moment": "github:moment/moment",
"mustache": "github:janl/mustache.js", "mustache": "github:janl/mustache.js",
"ratchet": "github:maker/ratchet",
"raphael": "github:DmitryBaranovskiy/raphael", "raphael": "github:DmitryBaranovskiy/raphael",
"respond": "github:scottjehl/Respond", "respond": "github:scottjehl/Respond",
"select2": "github:ivaynberg/select2", "select2": "github:ivaynberg/select2",