0.0.1 • Published 9 years ago
fly-vulcanize v0.0.1
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
0.0.1
9 years ago