Check out the documentation to see the available options.
npm install -D fly-ember
export default function* () {
yield this
.source("app/templates/*.hbs")
.ember()
.babel({ modules: "amd" })
.concat("app.js")
.target("dist/assets")
}
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.
MIT © Jorge Bucaran et al