Skip to content

Instantly share code, notes, and snippets.

@davekelly
Created April 10, 2012 21:32
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 davekelly/2354729 to your computer and use it in GitHub Desktop.
Save davekelly/2354729 to your computer and use it in GitHub Desktop.
Settings for Nettuts+ Fetch SublimeText Plugin
// http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
// Config settings for commonly used files & packages
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js"
},
"packages":
{
"bootstrap": "https://github.com/twitter/bootstrap/zipball/master",
"h5bp": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"h5bp_build": "https://github.com/h5bp/ant-build-script/zipball/master",
"wordpress": "http://wordpress.org/latest.zip",
"codeigniter": "http://codeigniter.com/download.php",
"semanticGs": "https://github.com/twigkit/semantic.gs/zipball/master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment