Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created July 12, 2013 18:31
Show Gist options
  • Save mikeal/5986692 to your computer and use it in GitHub Desktop.
Save mikeal/5986692 to your computer and use it in GitHub Desktop.
List all browserified files sorted by size.
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