mako-copy
v1.0.2
Published
A mako plugin that copies files to an output directory
Readme
mako-copy
A plugin for copying files to the output location.
Purpose
- copies each file from
file.initialPathtofile.path
API
copy(extensions, [options])
The extensions argument can be passed as either a single String or an
Array of file extensions. (without the leading dot)
Available options: - force when set, always copy (even if the destination
already exists, and the mtime is identical)
