Skip to content

Instantly share code, notes, and snippets.

@juanpasolano
Last active December 23, 2015 11:49
Show Gist options
  • Save juanpasolano/6630996 to your computer and use it in GitHub Desktop.
Save juanpasolano/6630996 to your computer and use it in GitHub Desktop.
Fetch file for sublime
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"moment+langs.min" : "https://rawgithub.com/moment/moment/2.2.1/min/moment+langs.min.js",
"Bootstrap-2.3.3-combined.css" : "http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css",
"Bootstrap-2.3.3.js": "http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"
},
"packages":
{
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"Ember Starter-kit": "https://github.com/emberjs/starter-kit/archive/v1.0.0.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment