0.1.2 • Published 11 years ago

grunt-get v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

grunt-get NPM version

Grunt task for downloading web pages and assets via HTTP request.

Quickstart

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');

Options

host

Type: String Default: undefined

prepend

Type: String Default: undefined

Prepend a string to the requested URL.

append

Type: String Default: undefined

Append a string to the requested URL.

pretty

Type: Boolean Default: false

When set to true, this option will format HTML in dest files.

Authors

Jon Schlinkert

Copyright and License

Copyright (c) 2013 Jon Schlinkert Released under the MIT License.