GithubHelp home page GithubHelp logo

asset-size-reporter's Introduction

asset-size-reporter

Latest NPM release TravisCI Build Status

Generic asset size comparison and reporting tool

Installation

npm install -g asset-size-reporter

Usage

Print asset sizes to the console:

$ asset-size-reporter "dist/*.js"

dist/bar.js: 13.6 kB / 1.20 kB gzip 
dist/foo.js: 42.3 kB / 2.32 kB gzip 

Total: 55.9 kB / 3.52 kB gzip 

Write asset size report to a JSON file:

$ asset-size-reporter "dist/*.js" --json > asset-size-report.json

Compare asset sizes to a previous reports:

$ asset-size-reporter "dist/*.js" --compare=previous.json

dist/bar.js: 13.6 kB -> 13.8 kB (+213 Byte) / 1.20 kB -> 1.21 kB (+25 Byte) gzip 
dist/baz.js: 11.2 kB / 1.04 kB gzip (new file) 
[dist/foo.js]: 42.3 kB / 2.32 kB gzip (deleted file) 

Total: 55.9 kB -> 25.0 kB (-30.9 kB) / 3.52 kB -> 2.25 kB (-1.27 kB) gzip 

Configuration

Instead of defining the asset search paths on the command line it is also possible to create an asset-size-reporter.config.json file that contains the configuration.

Possible configuration options are:

  • patternsstring[] – An array of glob patterns that describe what files should be considered by the asset-size-reporter

    {
      "patterns": [
        "dist/*.css",
        "dist/*.js",
        "!dist/tests.js"
      ]
    }
  • gzipboolean|number – Turn gzip reporting on/off or set a specific gzip compression level (default: true)

  • brotliboolean|number – Turn brotli reporting on/off or set a specific brotli compression level (default: false)

License

ember-test-selectors is developed by and © simplabs GmbH and contributors. It is released under the MIT License.

asset-size-reporter's People

Contributors

jayjayjpg avatar marcoow avatar turbo87 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

postedin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.