npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

grunt-get

0.1.2

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:8
$ npm install grunt-get
DailyWeeklyMonthlyYearly

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

  • http://twitter.com/jonschlinkert
  • http://github.com/jonschlinkert

Copyright and License

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