Skip to content

Instantly share code, notes, and snippets.

@baniol
Created November 16, 2012 20:06
Show Gist options
  • Save baniol/4090437 to your computer and use it in GitHub Desktop.
Save baniol/4090437 to your computer and use it in GitHub Desktop.
sublime text 2 fetch manage file
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"modernizr": "https://github.com/Modernizr/Modernizr/zipball/master",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css"
},
"packages":
{
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"foundation": "https://github.com/zurb/foundation/downloads/zipball/master",
"bootstrap": "https://github.com/twitter/bootstrap/zipball/master",
"initializr": "https://github.com/verekia/initializr-template/zipball/master",
"skeleton": "https://github.com/dhgamache/Skeleton/zipball/master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment