Skip to content

Instantly share code, notes, and snippets.

@ssheduardo
Created April 5, 2012 11:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssheduardo/2310291 to your computer and use it in GitHub Desktop.
Save ssheduardo/2310291 to your computer and use it in GitHub Desktop.
Fetch sublime settings
{
"files":
{
"backbone": "http://documentcloud.github.com/backbone/backbone.js",
"backbone-min": "http://documentcloud.github.com/backbone/backbone-min.js",
"jquery": "http://code.jquery.com/jquery.min.js",
"json2": "https://github.com/douglascrockford/JSON-js/raw/master/json2.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"raphael": "http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js",
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css",
"underscore": "http://documentcloud.github.com/underscore/underscore.js",
"underscoreore-min": "http://documentcloud.github.com/underscore/underscore-min.js"
},
"packages":
{
"laravel": "https://github.com/laravel/laravel/zipball/master",
"bootstrap": "http://twitter.github.com/bootstrap/assets/bootstrap.zip",
"codeigniter": "http://codeigniter.com/download.php",
"codeigniter-bootstrap":"https://github.com/sjlu/CodeIgniter-Bootstrap/zipball/master",
"django": "https://github.com/django/django/zipball/master",
"drupal": "https://github.com/drupal/drupal/zipball/7.x",
"fancybox": "http://fancybox.googlecode.com/files/jquery.fancybox-1.3.4.zip",
"html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
"rails": "https://github.com/rails/rails/zipball/master",
"skeleton": "https://github.com/dhgamache/Skeleton/zipball/master",
"wordpress": "http://wordpress.org/latest.zip",
"zepto": "http://zeptojs.com/downloads/zepto-0.8.zip",
"zoomooz": "http://github.com/jaukia/zoomooz/zipball/master"
}
}
@ssheduardo
Copy link
Author

Archivo de configuración para Fetch sublime settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment