adding ratchet
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user