0.0.2 • Published 9 years ago

grunt-pluck-production v0.0.2

Weekly downloads
16
License
-
Repository
github
Last release
9 years ago

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.