broccoli-ember-script

0.1.1 • Public • Published

broccoli-ember-script

A EmberScript filter for Broccoli. This plugin simply compiles EmberScript to JS for Broccoli to further process, allowing Broccoli to control things such as optimization.

Installation

npm install --save-dev broccoli-ember-script

Usage

var filterEmberScript = require('broccoli-ember-script');
tree = filterEmberScript(tree, options);

Options

bare

If bare is true, the EmberScript compiler will not emit a top-level function wrapper:

filterEmberScript(tree, {
  bare: true
})

Source Maps

Source maps are not yet supported.

Package Sidebar

Install

npm i broccoli-ember-script

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • kmandrup