grunt-get

0.1.2 • Public • Published

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.

/grunt-get/

    Package Sidebar

    Install

    npm i grunt-get

    Weekly Downloads

    7

    Version

    0.1.2

    License

    none

    Last publish

    Collaborators

    • doowb
    • jonschlinkert