Skip to content

Customize-engine to copy static assets to the target directory

License

Notifications You must be signed in to change notification settings

bootprint/customize-engine-assets

Repository files navigation

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.

About

Customize-engine to copy static assets to the target directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published