Downloads a url to path. Reports if the file was:
The following downloads controller using the git getter:
steal.get.download( "https://github.com/jupiterjs/jquerymx/blob/master/controller/controller.js", "jquery/controller/controller.js", {getter: steal.get.git})
steal.get.download(url, path, options) -> undefined
{Object}
{undefined}
Downloads a url to path. Reports if the file was:
Example
The following downloads controller using the git getter:
API