Customize-engine to copy static assets to the target directory
npm install customize-engine-assets
The following example demonstrates how to use this module:
This will generate the following output
- expandResources(resources) ⇒
Array
Expand resources that are directories into a file-resource for each file within this directory
- readTreeOrFile()
Return either a directory tree or the name of the file specified by the parameter
Expand resources that are directories into a file-resource for each file within this directory
Kind: global function
Param | Type |
---|---|
resources | Object.<string> |
Return either a directory tree or the name of the file specified by the parameter
Kind: global function
customize-engine-assets
is published under the MIT-license.
See LICENSE.md for details.
For release notes, see CHANGELOG.md
See CONTRIBUTING.md.