mako-output
v1.0.1
Published
A mako plugin that sets an output path in a directory relative to a specified root
Readme
mako-output
A plugin that generates the output location for files.
Purpose
- rewrites
file.pathto be in a subdirectory relative tofile.base(eg:index.js -> build/index.js)
API
output(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:
dir(default:build)
