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);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

Package Sidebar

Install

npm i broccoli-ember-preparse

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • krisselden
  • asakusuma