https://github.com/i-e-b/grunt-pluck-production
A simple grunt task to generate a copy of a repository with only production dependencies
https://github.com/i-e-b/grunt-pluck-production
Last synced: over 1 year ago
JSON representation
A simple grunt task to generate a copy of a repository with only production dependencies
- Host: GitHub
- URL: https://github.com/i-e-b/grunt-pluck-production
- Owner: i-e-b
- License: bsd-3-clause
- Created: 2014-09-30T08:59:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T06:04:41.000Z (over 10 years ago)
- Last Synced: 2025-03-07T06:03:53.802Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
grunt-pluck-production
======================
A simple grunt task to generate a copy of a repository with only production dependencies
Copies all files matching specified patterns, unless that file is part of an npm development
dependency.
Options
--------
`files` : **required** -- a set of glob patterns of files to copy.
`options.target` : **optional** -- target path into which the source files are copied.