bit-docs-generate-html/write/static_dist module

Copies the built distributable to a static folder in options.dest.

staticDist(options)

Parameters

  1. options {Object}:

    Configuration options.

    • dest {String}

      The static distributable will be written to {options.dest}/static.

Returns

{Promise}:

A promise that resolves when successfully copied over.