Skip to content

taskrjs/fly-ember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-ember

Example

export default function* () {
  yield this
    .source("app/templates/*.hbs")
    .ember()
    .babel({ modules: "amd" })
    .concat("app.js")
    .target("dist/assets")
}

Disclaimer

This program is free software and it comes without any warranty, to the extent permitted by applicable law. fly-ember is not associated with the Ember.js or ember-cli organizations.

License

MIT © Jorge Bucaran et al