Skip to content

Instantly share code, notes, and snippets.

@cbfrance
Created May 23, 2017 21:48
Show Gist options
  • Save cbfrance/dba3b54813fc92dc6cfe3209923798e4 to your computer and use it in GitHub Desktop.
Save cbfrance/dba3b54813fc92dc6cfe3209923798e4 to your computer and use it in GitHub Desktop.
histogram of largest sass files
brew install distribution
wc -l src/app/**/*css | sed '$ d' | distribution --graph=vk --color --height=1000 --width=120 --char=ba
@cbfrance
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment