fly-useref
v0.1.0
Published
useref plugin for Fly
Downloads
3
Readme
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-useref
Example
Check Flyfile.js and test directory :)
yield this.clear("test/index.html")
yield this
.source("test/src/index.html")
.useref()
.target("test")
License
MIT © Tomoyuki Kashiro et al