Skip to content

Commit

Permalink
fixed issue with backbone and added zepto
Browse files Browse the repository at this point in the history
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
  • Loading branch information
jgallen23 authored and tj committed Apr 21, 2011
1 parent 21b8709 commit cf2203a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion assets.json
Expand Up @@ -240,9 +240,15 @@
},
"backbone": {
"url": "https://github.com/documentcloud/backbone/raw/{version}/backbone.js",
"compressed": "backbone-min.js"
"compressed": "backbone-min.js",
"description": "Backbone supplies structure to Javascript Apps by providing models, views, collections, and events",
"tags": ["js"],
"version": "0.3.3"
},
"zepto": {
"url": "https://github.com/madrobby/zepto/raw/v{version}/src/zepto.js",
"description": "zepto.js is a minimalist inlinable framework for mobile WebKit browsers, with a jQuery-like chaining syntax",
"tags": ["js"],
"version": "0.5"
}
}

0 comments on commit cf2203a

Please sign in to comment.