Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created December 5, 2014 16:38
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 gaspanik/af5d8c73dc260660f652 to your computer and use it in GitHub Desktop.
Save gaspanik/af5d8c73dc260660f652 to your computer and use it in GitHub Desktop.
Fetch.sublime-settings
{
"files":
{
"Modernizr.js": "http://modernizr.com/downloads/modernizr-latest.js",
"Normalize.css 3.x": "https://raw.githubusercontent.com/necolas/normalize.css/master/normalize.css",
"editorconfig": "file:///Users/username/modules/editorconfig",
"gitignore": "file:///Users/username/modules/gitignore"
},
"packages":
{
"AngularJS 1.3.x": "https://github.com/angular/angular.js/archive/v1.3.4.zip",
"Bootstrap 3.x": "https://github.com/twbs/bootstrap/archive/master.zip",
"Local: New Project": "file:///Users/username/modules/project-starter.zip",
"Local: Web Starter Kit": "file:///Users/username/modules/wsk.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment