Skip to content

Instantly share code, notes, and snippets.

@dustinhorton
Created January 6, 2012 21:04
Show Gist options
  • Save dustinhorton/1572396 to your computer and use it in GitHub Desktop.
Save dustinhorton/1572396 to your computer and use it in GitHub Desktop.

Revisions

  1. dustinhorton revised this gist Jan 6, 2012. 1 changed file with 23 additions and 8 deletions.
    31 changes: 23 additions & 8 deletions Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,14 +1,29 @@
    {
    "files":
    {
    "jquery" : "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects" : "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url" : "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel" : "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr" : "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2" : "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout" : "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history" : "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    "jquery" : "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects" : "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-mobile-vmouse" : "https://raw.github.com/jquery/jquery-mobile/master/js/jquery.mobile.vmouse.js",
    "jquery-flexslider" : "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js",
    "jquery-mediaelement" : "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js",
    "jquery-url" : "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-dotimeout" : "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js",
    "jquery-mousewheel" : "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr" : "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2" : "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout" : "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history" : "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js",
    "twitter-bootstrap-alerts" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-alerts.js",
    "twitter-bootstrap-buttons" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-buttons.js",
    "twitter-bootstrap-dropdown" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-dropdown.js",
    "twitter-bootstrap-modal" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-modal.js",
    "twitter-bootstrap-popover" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-popover.js",
    "twitter-bootstrap-scrollspy" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-scrollspy.js",
    "twitter-bootstrap-tabs" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-tabs.js",
    "twitter-bootstrap-twipsy" : "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-twipsy.js",
    "jquery-extra-selectors" : "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js",
    "selectivizr" : "https://raw.github.com/keithclark/selectivizr/master/selectivizr.js",
    "respond" : "https://raw.github.com/keithclark/Respond/master/respond.min.js"
    },
    "packages":
    {
  2. dustinhorton revised this gist Jan 6, 2012. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,18 @@
    {
    "files":
    {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout": "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    },
    {
    "jquery" : "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects" : "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url" : "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel" : "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr" : "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2" : "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout" : "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history" : "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    },
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    }
    {
    "html5-boilerplate" : "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap" : "https://github.com/twitter/bootstrap/zipball/master"
    }
    }
  3. dustinhorton revised this gist Jan 6, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -13,6 +13,6 @@
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    }
    }
  4. dustinhorton revised this gist Jan 6, 2012. 1 changed file with 15 additions and 15 deletions.
    30 changes: 15 additions & 15 deletions Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,18 @@
    {
    "files":
    {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout": "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    },
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "files":
    {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout": "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    },
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    }
    }
    }
  5. dustinhorton revised this gist Jan 6, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "files":
    {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    @@ -12,7 +12,7 @@
    },
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    }
    }
  6. dustinhorton created this gist Jan 6, 2012.
    18 changes: 18 additions & 0 deletions Fetch.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "files":
    {
    "jquery": "http://code.jquery.com/jquery.min.js",
    "jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
    "jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
    "jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
    "modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
    "json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js",
    "knockout": "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js",
    "history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js"
    },
    "packages":
    {
    "html5-boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/v2.0stripped",
    "twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master"
    }
    }