Skip to content

Instantly share code, notes, and snippets.

@Abhinav1217
Last active January 18, 2020 12:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Abhinav1217/5015465 to your computer and use it in GitHub Desktop.
Save Abhinav1217/5015465 to your computer and use it in GitHub Desktop.
My nettuts fetch sublime setting file
{
"files":
{
"Angular JS": "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.4/angular.js",
"Backbone.js": "http://backbonejs.org/backbone.js",
"CSS-reset": "http://meyerweb.com/eric/tools/css/reset/reset.css",
"Chart.js": "https://raw.githubusercontent.com/nnnick/Chart.js/master/Chart.min.js",
"Exoskeleton": "https://github.com/paulmillr/exoskeleton/releases/download/0.6.3/exoskeleton.min.js",
"Favicon.js": "https://raw.githubusercontent.com/ejci/favico.js/master/favico-0.3.5.min.js",
"HTML5_SQL.js": "http://html5sql.com/js/html5sql.js",
"Howler.js": "https://raw.githubusercontent.com/goldfire/howler.js/master/howler.js",
"Less.js": "https://raw.githubusercontent.com/less/less.js/master/dist/less-1.7.5.min.js",
"Minified.js": "http://minifiedjs.com/download/minified.js",
"Minified.js (Legacy IE )": "http://minifiedjs.com/download/minified-legacyie.js",
"Normalize.css": "http://necolas.github.io/normalize.css/3.0.2/normalize.css",
"Normalize.less": "https://raw.githubusercontent.com/additiveinverse/normalize.less/master/normalize.less",
"RegEx: xregexp.com": "http://cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/xregexp-min.js",
"ScrollReveal.js": "https://raw.githubusercontent.com/julianlloyd/scrollReveal.js/master/scrollReveal.js",
"Zepto": "http://zeptojs.com/zepto.min.js",
"cycle": "http://malsup.github.com/jquery.cycle.all.js",
"html5shiv": "https://raw.github.com/aFarkas/html5shiv/master/dist/html5shiv.js",
"infinite_scroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.min.js",
"jquery": "http://code.jquery.com/jquery-2.1.1.min.js",
"mustache.js": "https://raw.github.com/janl/mustache.js/master/mustache.js",
"scrollto": "http://flesler-plugins.googlecode.com/files/jquery.scrollTo-1.4.2-min.js",
"tinyScrollBar": "http://baijs.nl/tinyscrollbar/js/jquery.tinyscrollbar.min.js",
"underscore": "https://raw.github.com/documentcloud/underscore/master/underscore-min.js",
"waypoints": "https://raw.github.com/imakewebthings/jquery-waypoints/master/waypoints.min.js"
},
"packages":
{
"Bootstrap-3.2.0 (SASS)": "https://github.com/twbs/bootstrap-sass/archive/v3.2.0.tar.gz",
"Bootstrap-3.2.0 (production)": "https://github.com/twbs/bootstrap/releases/download/v2.2.0/bootstrap-3.2.0-dist.zip",
"Laravel": "https://github.com/laravel/laravel/zipball/master",
"Medium.js": "https://github.com/jakiestfu/Medium.js/archive/master.zip",
"Offline.js": "https://github.com/HubSpot/offline/archive/master.zip",
"Wordpress": "https://wordpress.org/latest.zip",
"cakephp": "https://github.com/cakephp/cakephp/zipball/master",
"codeigniter": "http://codeigniter.com/download.php",
"django": "https://github.com/django/django/zipball/master",
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"rainTPL": "https://nodeload.github.com/rainphp/raintpl/zip/master",
"skeleton": "https://github.com/dhgamache/Skeleton/zipball/master"
}
}
@ismnoiet
Copy link

thx for your effort

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