broccoli-ember-preparse

0.0.6 • Public • Published

broccoli-ember-preparse

Broccoli plugin that applies some compile time performance optimizations to an ember build.

Essentially a broccoli plugin version of define-rewriter.

Credit to Chad Hietala and Kris Selden for the idea and the proof of concept.

Usage

var preparse = require('broccoli-ember-preparse');
var Funnel = require('broccoli-funnel');
 
var bowerDist = new Funnel('bower_components/ember', {
  exclude: ['.bower.json']
});
var options = {};
var newDist = preparse(bowerDist, options);

Dependencies (8)

Dev Dependencies (1)

Package Sidebar

Install

npm i broccoli-ember-preparse

Weekly Downloads

5

Version

0.0.6

License

MIT

Last publish

Collaborators

  • krisselden
  • asakusuma