Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webpack/analyse
analyse web app for webpack stats
https://github.com/webpack/analyse
Last synced: 4 days ago
JSON representation
analyse web app for webpack stats
- Host: GitHub
- URL: https://github.com/webpack/analyse
- Owner: webpack
- Created: 2013-02-19T10:28:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T12:09:20.000Z (10 months ago)
- Last Synced: 2024-10-29T14:58:00.692Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://webpack.github.com/analyse
- Size: 2.36 MB
- Stars: 882
- Watchers: 18
- Forks: 138
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - analyse
- awesome-webpack-perf - Webpack Analyse
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
```