fly-vulcanize

0.0.1 • Public • Published

Vulcanize plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-vulcanize

Example

ES6

export default function* () {
  yield this.clear("app")
  yield this
  .source("elements/elements.html")
  .vulcanize({
    abspath: '',
    inlineScripts: true,
    inlineCss: true,
    stripComments: true
  })
  .target("app")
}

License

MIT © Kazuhiro Kubota et al

Package Sidebar

Install

npm i fly-vulcanize

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • k2wanko