Created
July 12, 2013 18:31
-
-
Save mikeal/5986692 to your computer and use it in GitHub Desktop.
List all browserified files sorted by size.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -lrt $(node node_modules/.bin/browserify --list app/app.js) | awk '{print $5 " " $9}' | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment