Skip to content

Instantly share code, notes, and snippets.

@rarneson
Created January 4, 2012 15:39
Show Gist options
  • Save rarneson/1560603 to your computer and use it in GitHub Desktop.
Save rarneson/1560603 to your computer and use it in GitHub Desktop.
Fetch.sublime-settings
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"jquery-placeholder-plugin": "https://raw.github.com/snikch/jquery-placeholder-plugin/master/src/jquery.placeholder.js",
"jquery-tmpl": "https://raw.github.com/jquery/jquery-tmpl/master/jquery.tmpl.min.js",
"tablesorter": "http://autobahn.tablesorter.com/jquery.tablesorter.min.js",
"require.js": "https://raw.github.com/jrburke/requirejs/master/require.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css"
},
"packages":
{
"ColdMVC 1.0": "https://github.com/tonynelson19/ColdMVC/zipball/1.0",
"ColdMVC 2.0": "https://github.com/tonynelson19/ColdMVC/zipball/master",
"Twitter Bootstrap": "https://github.com/twitter/bootstrap/zipball/master",
"html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment