Skip to content

Instantly share code, notes, and snippets.

@qmmr
Last active December 17, 2015 14:08
Show Gist options
  • Save qmmr/5621825 to your computer and use it in GitHub Desktop.
Save qmmr/5621825 to your computer and use it in GitHub Desktop.
Sublime Text Fetch config file
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js"
, "backbone": "http://backbonejs.org/backbone-min.js"
, "underscore": "http://underscorejs.org/underscore-min.js"
, "handlebars": "https://raw.github.com/wycats/handlebars.js/1.0.0-rc.4/dist/handlebars.js"
, "normalize": "http://necolas.github.io/normalize.css/2.1.2/normalize.css"
},
"packages":
{
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment