Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webpack/analyse

analyse web app for webpack stats
https://github.com/webpack/analyse

Last synced: about 2 months ago
JSON representation

analyse web app for webpack stats

Awesome Lists containing this project

README

        

# analyse

[http://webpack.github.io/analyse](http://webpack.github.io/analyse)

## Running

You can generate the required JSON file for this tool by running `webpack --profile --json > stats.json`

## Build

Development:

``` text
grunt dev
```

Production:

``` text
grunt
```

Publish:

``` text
grunt deploy
```