🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

grunt-get

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-get

Download web pages or assets over HTTP requests.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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 (c) 2013 Jon Schlinkert Released under the MIT License.

Keywords

gruntplugin

FAQs

Package last updated on 24 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts