Skip to content

Instantly share code, notes, and snippets.

@vicainelli
Created January 17, 2014 19:55
Show Gist options
  • Save vicainelli/8480322 to your computer and use it in GitHub Desktop.
Save vicainelli/8480322 to your computer and use it in GitHub Desktop.
Sublime Text 2 - settings for fetch file

Sublime Text 2 - settings for fetch file

{
"files":
{
"Pure css": "http://yui.yahooapis.com/pure/0.3.0/pure-min.css",
"customSelect": "https://raw.github.com/adamcoulombe/jquery.customSelect/master/jquery.customSelect.min.js",
"cycle": "https://raw.github.com/malsup/cycle/master/jquery.cycle.all.js",
"cycle-min": "http://rgbm.googlecode.com/files/jquery.cycle.all.min.js",
"jquery": "http://code.jquery.com/jquery.min.js",
"masked": "https://raw.github.com/digitalBush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.min.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"normalize_sass": "https://raw.github.com/ptb/normalize.sass/master/normalize.sass",
"raphael": "http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js",
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css",
"validate": "http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js",
"zepto": "http://zeptojs.com/zepto.min.js"
},
"packages":
{
"Foundation": "https://github.com/zurb/foundation/zipball/master",
"Ghost": "https://github.com/TryGhost/Ghost/archive/master.zip",
"Jekyll Boilerplate": "https://github.com/plusjade/jekyll-bootstrap/archive/master.zip",
"Smacss Boilerplate": "https://github.com/vicainelli/smacss-boilerplate/archive/master.zip",
"Whiteboard-Framework": "https://github.com/boldperspective/Whiteboard-Framework/archive/master.zip",
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"skeleton": "https://github.com/dhgamache/Skeleton/zipball/master",
"twitter bootstrap": "http://twitter.github.com/bootstrap/assets/bootstrap.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