Created
April 10, 2012 21:32
-
-
Save davekelly/2354729 to your computer and use it in GitHub Desktop.
Settings for Nettuts+ Fetch SublimeText Plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/ | |
// Config settings for commonly used files & packages | |
{ | |
"files": | |
{ | |
"jquery": "http://code.jquery.com/jquery.min.js" | |
}, | |
"packages": | |
{ | |
"bootstrap": "https://github.com/twitter/bootstrap/zipball/master", | |
"h5bp": "https://github.com/h5bp/html5-boilerplate/zipball/master", | |
"h5bp_build": "https://github.com/h5bp/ant-build-script/zipball/master", | |
"wordpress": "http://wordpress.org/latest.zip", | |
"codeigniter": "http://codeigniter.com/download.php", | |
"semanticGs": "https://github.com/twigkit/semantic.gs/zipball/master" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment