fly-vulcanize
v0.0.1
Published
Vulcanize plugin for fly
Downloads
5
Maintainers
Readme
Vulcanize plugin for [Fly][fly].
[![][fly-badge]][fly] [![npm package][npm-ver-link]][releases] [![][dl-badge]][npm-pkg-link] [![][travis-badge]][travis-link] [![][mit-badge]][mit]
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][mit] © [Kazuhiro Kubota][author] et [al][contributors] [mit]: http://opensource.org/licenses/MIT [author]: http://github.com/k2wanko [contributors]: https://github.com/k2wanko/fly-vulcanize/graphs/contributors [releases]: https://github.com/k2wanko/fly-vulcanize/releases [fly]: https://www.github.com/flyjs/fly [fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square [mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square [npm-pkg-link]: https://www.npmjs.org/package/fly-vulcanize [npm-ver-link]: https://img.shields.io/npm/v/fly-vulcanize.svg?style=flat-square [dl-badge]: http://img.shields.io/npm/dm/fly-vulcanize.svg?style=flat-square [travis-link]: https://travis-ci.org/k2wanko/fly-vulcanize [travis-badge]: http://img.shields.io/travis/k2wanko/fly-vulcanize.svg?style=flat-square