Created
January 17, 2014 19:55
-
-
Save vicainelli/8480322 to your computer and use it in GitHub Desktop.
Sublime Text 2 - settings for fetch file
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
Show hidden characters
{ | |
"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