Skip to content

Instantly share code, notes, and snippets.

@adaminfinitum
Created October 18, 2013 05:30
Show Gist options
  • Save adaminfinitum/7036900 to your computer and use it in GitHub Desktop.
Save adaminfinitum/7036900 to your computer and use it in GitHub Desktop.
Fetch settings for Sublime Text
{
"files":
{
"jquery" : "http://code.jquery.com/jquery.min.js",
"normalize.css": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"imagesLoaded" : "https://raw.github.com/desandro/imagesloaded/master/jquery.imagesloaded.min.js",
"masonry" : "https://raw.github.com/desandro/masonry/master/jquery.masonry.min.js",
"isotope" : "https://raw.github.com/desandro/isotope/master/jquery.isotope.min.js"
},
"packages":
{
"html5-boilerplate" : "http://github.com/h5bp/html5-boilerplate/zipball/master",
"gumby" : "https://github.com/Gumby/GumbyFramework/zipball/master",
"foundation" : "https://github.com/zurb/foundation/zipball/master",
"kickoff" : "https://github.com/tmwagency/kickoff/zipball/master",
"wordpress-starter-theme" : "https://github.com/mattbanks/WordPress-Starter-Theme/zipball/master",
"_sgrunt" : "https://github.com/NocheVolta/_sgrunt/zipball/master",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment