fly-replace-ext
v0.0.1
Published
Replace extension plugin for fly.js
Downloads
2
Readme
replace-ext plugin for Fly.
Usage
Check out the documentation to see the available options.
Install
npm install -D fly-replace-ext
Example
export build = function* () {
yield this
.source("src/**/*.coffee")
.coffee()
.replaceExtension('.js')
.target("dist/")
}
License
MIT © Dmitriy Kharchenko et al