Skip to content

Instantly share code, notes, and snippets.

View vishallogiciel's full-sized avatar

Vishal Deep vishallogiciel

  • India
View GitHub Profile
@vishallogiciel
vishallogiciel / Fetch.sublime-settings
Last active December 10, 2015 16:18
Settings for Nettuts Fetch sublime plugin
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"underscorejs": "http://underscorejs.org/underscore-min.js",
"backbonejs": "http://backbonejs.org/backbone-min.js",
"json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
"mustachejs": "https://raw.github.com/janl/mustache.js/master/mustache.js"
},