
Grunt task for downloading web pages and assets via HTTP request.
To install run the following command:
npm install grunt-get --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-get');
Type: String
Default: undefined
Type: String
Default: undefined
Prepend a string to the requested URL.
Type: String
Default: undefined
Append a string to the requested URL.
Type: Boolean
Default: false
When set to true, this option will format HTML in dest files.
Jon Schlinkert
Copyright (c) 2013 Jon Schlinkert Released under the MIT License.