Created
April 5, 2012 09:06
-
-
Save Victa/2309363 to your computer and use it in GitHub Desktop.
fetch.sublime-settings
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": | |
{ | |
"Backbone.js": "http://documentcloud.github.com/backbone/backbone-min.js", | |
"Eric Meyer's reset": "http://meyerweb.com/eric/tools/css/reset/reset.css", | |
"Prefix free": "https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.min.js", | |
"Underscore.js": "http://documentcloud.github.com/underscore/underscore-min.js", | |
"animate css": "https://raw.github.com/daneden/animate.css/master/animate.css", | |
"iOs Orientation Change Fix": "https://raw.github.com/scottjehl/iOS-Orientationchange-Fix/master/ios-orientationchange-fix.js", | |
"jQuery Transit": "https://raw.github.com/rstacruz/jquery.transit/master/jquery.transit.js", | |
"jQuery min": "http://code.jquery.com/jquery.min.js", | |
"normalize.css": "https://raw.github.com/necolas/normalize.css/master/normalize.css" | |
}, | |
"packages": | |
{ | |
"Backbone Boilerplate": "https://github.com/backbone-boilerplate/backbone-boilerplate/zipball/master", | |
"Twitter Boostrap": "https://github.com/twitter/bootstrap/zipball/master", | |
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master", | |
"mobile_boilerplate": "https://github.com/h5bp/mobile-boilerplate/zipball/master", | |
"Start": "https://github.com/Victa/victa-boilerplate/zipball/master" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment