
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
grunt-assemble-download
Advanced tools
Assemble plugin for downloading files from GitHub.
In the command line, run:
npm install grunt-assemble-download --save
Next, to register the plugin with Assemble in your project's Gruntfile you can either specify the direct path to the plugin(s) (e.g. ./path/to/plugins/*.js), or if installed via npm, make sure the plugin is in the devDependencies of your project.js package.json, and simply add the module's name to the plugins option:
assemble: {
options: {
plugins: ['grunt-assemble-download', 'other/plugins/*.js']
}
}
Visit the plugins docs for more info or for help getting started.
Type: String
Default: assemble/handlebars-helpers
Repo from which to download files.
Type: String
Default: tmp/
Destination for the downloaded files.
Type: Array
Default: ['docs/helpers.zip']
Paths the file or files to download.
assemble: {
options: {
plugins: ['grunt-assemble-download'],
download: {
repo: 'assemble/handlebars-helpers',
files: ['docs/helpers.zip'],
dest: 'tmp/'
}
}
}
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on September 24, 2015.
FAQs
Assemble plugin for downloading files from GitHub.
We found that grunt-assemble-download demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.