0.0.1 • Published 9 years ago

fly-vulcanize v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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