analyse
analyse copied to clipboard
analyse web app for webpack stats
analyse
http://webpack.github.com/analyse
Running
You can generate the required JSON file for this tool by running webpack --profile --json > stats.json
Build
Development:
grunt dev
Production:
grunt
Publish:
grunt deploy