isleofcode / ember-cli-asset-sizes-shim

Shim for future ember-cli feature
MIT License
12 stars 3 forks source link

How does it work exactly? #3

Open renatocarvalho opened 8 years ago

renatocarvalho commented 8 years ago

Tried ember-cli-asset-sizes-shim here on a new ember app to test. But I couldn't see any difference.

Where should I look for these things below?

- list vendor modules and size / gzip / gzip + min (ordered by size)
- size of modules added to an app by an addon (per addon) (size / gzip / gzip + min)
- list final build sizes for JS/CSS (size / gzip / gzip + min)
- list other assets by size
- list sizes at build time
- detect js/css payload size regressions
MiguelMadero commented 8 years ago
ember help asset-sizes 

You can run

ember asset-sizes

This information should probably be on the README