Socket
Socket
Sign inDemoInstall

broccoli-concat-analyser

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-concat-analyser

[![Build Status](https://travis-ci.org/stefanpenner/broccoli-concat-analyser.svg?branch=master)](https://travis-ci.org/stefanpenner/broccoli-concat-analyser)


Version published
Maintainers
2
Created
Source

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:

  • raw size
  • uglified size (for JS right now)
  • compressed size (including uglify if applicable)

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:

  • Be sure to have the latest version of broccoli-concat installed
  • The process output can be found in the .out.json files in the directory: ./concat-stats-for
  • Remove the ./concat-stats-for directory and run step 2 after any changes for an updated output

Features

got ideas? Submit PRs!

FAQs

Package last updated on 22 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc