Home

Awesome

broccoli-concat-analyser

Build Status


When using a build chain based on broccoli-concat, this tool will show you the size and contents of the concatenated bundles, including:

Example

Interactive Demo

Ember addon

For usage in an Ember app, ember-cli-bundle-analyzer wraps this library as an Ember addon and integrates it more tightly into your development workflow.

See the instructions on its documentation page.

Usage

To directly use this tool, follow these steps:

  1. npm install -g broccoli-concat-analyser
  2. CONCAT_STATS=true ember s
  3. broccoli-concat-analyser ./concat-stats-for
  4. open ./concat-stats-for/index.html in any browser for the foamtree interactive map

Notes:

Features

got ideas? Submit PRs!