Skip to content

Instantly share code, notes, and snippets.

@agent-simon-s
Last active November 4, 2017 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agent-simon-s/6af575823e4ae8a9b30295dd3606a84b to your computer and use it in GitHub Desktop.
Save agent-simon-s/6af575823e4ae8a9b30295dd3606a84b to your computer and use it in GitHub Desktop.
Sublime fetch url starters
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"normalize": "https://github.com/necolas/normalize.css.git",
"normalize-scss": "https://github.com/JohnAlbin/normalize-scss.git"
},
"packages":
{
"bootstrap": "https://github.com/twbs/bootstrap/archive/v4-dev.zip",
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"modernizer": "https://github.com/Modernizr/Modernizr/archive/master.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment