Skip to content

Instantly share code, notes, and snippets.

@gabssnake
Last active December 15, 2015 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabssnake/5212582 to your computer and use it in GitHub Desktop.
Save gabssnake/5212582 to your computer and use it in GitHub Desktop.
sublime text fetch config
{
"files":
{
"html5shiv": "http://html5shiv.googlecode.com/svn/trunk/html5.js",
"jquery": "http://code.jquery.com/jquery.min.js",
"jquery ui": "http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js",
"normalize": "http://necolas.github.com/normalize.css/2.1.1/normalize.css",
"prefixfree": "https://raw.github.com/LeaVerou/prefixfree/gh-pages/prefixfree.min.js",
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css",
"respond": "https://raw.github.com/scottjehl/Respond/master/respond.min.js"
},
"packages":
{
"boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"bootstrap": "http://twitter.github.com/bootstrap/assets/bootstrap.zip",
"initializr": "http://www.initializr.com/builder?izr-responsive&h5bp-htaccess&jquerymin&h5bp-chromeframe&h5bp-analytics&h5bp-iecond&h5bp-favicon&h5bp-appletouchicons&h5bp-humans&h5bp-404&html5shivrespond&h5bp-css&h5bp-csshelpers&h5bp-mediaqueryprint&izr-emptyscript",
"symfony": "http://symfony.com/download?v=Symfony_Standard_Vendors_2.2.0.zip",
"wordpress": "http://wordpress.org/latest.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment