Last active
December 15, 2015 05:59
-
-
Save gabssnake/5212582 to your computer and use it in GitHub Desktop.
sublime text fetch config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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