bootprint / customize-engine-assets

Customize-engine to copy static assets to the target directory
MIT License
0 stars 0 forks source link

customize-engine-assets

Greenkeeper badge

NPM version Travis Build Status Coverage Status

Customize-engine to copy static assets to the target directory

Installation

npm install customize-engine-assets

Usage

The following example demonstrates how to use this module:

This will generate the following output

API-reference

Functions

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

expandResources(resources) ⇒ Array

Expand resources that are directories into a file-resource for each file within this directory

Kind: global function

Param Type
resources Object.<string>

readTreeOrFile()

Return either a directory tree or the name of the file specified by the parameter

Kind: global function

License

customize-engine-assets is published under the MIT-license. See LICENSE.md for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.