Skip to content

Instantly share code, notes, and snippets.

@captbrogers
Created December 12, 2012 20:55
Show Gist options
  • Save captbrogers/4271518 to your computer and use it in GitHub Desktop.
Save captbrogers/4271518 to your computer and use it in GitHub Desktop.
My packages/libraries to call using Nettuts+ Fetch in ST2
{
"files":
{
"jquery" : "http://code.jquery.com/jquery-latest.min.js",
"jquery-dev" : "http://code.jquery.com/jquery-latest.js",
"json2" : "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
"backbone" : "http://backbonejs.org/backbone-min.js",
"backbone-dev" : "http://backbonejs.org/backbone.js",
"underscore" : "http://documentcloud.github.com/underscore/underscore-min.js",
"underscore-dev" : "http://documentcloud.github.com/underscore/underscore.js",
"handlebars" : "http://cloud.github.com/downloads/wycats/handlebars.js/handlebars-1.0.rc.1.js",
"yepnope" : "https://raw.github.com/SlexAxton/yepnope.js/master/yepnope.1.5.4-min.js",
"yepnope-dev" : "https://raw.github.com/SlexAxton/yepnope.js/master/yepnope.js",
"bootstrap-css" : "//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css",
"bootstrap-js" : "//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js",
"swfobject" : "//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
"angular-js" : "//ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js"
},
"packages":
{
"html5_boilerplate" : "https://github.com/h5bp/html5-boilerplate/zipball/master",
"twitter_bootstrap" : "http://twitter.github.com/bootstrap/assets/bootstrap.zip",
"laravel" : "http://laravel.com/download",
"wordpress" : "http://wordpress.org/download/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment