Skip to content

dmitriykharchenko/fly-replace-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

replace-ext plugin for Fly.

npm package

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