Friday, September 19, 2014

CSS performance tools

https://speakerdeck.com/addyosmani/css-performance-tooling


https://github.com/JohnCashmore/grunt-cssshrink
CSS minifier

https://github.com/addyosmani/grunt-uncss
A grunt task for removing unused CSS from your projects with UnCSS. Works across multiple files and supports dynamically injected CSS via PhantomJS.

https://github.com/katiefenn/parker
Parker is a stylesheet analysis tool. It runs metrics on your stylesheets and will report on their complexity.

http://www.stylestats.org/
StyleStats is a Node.js library to collect CSS statistics!

No comments:

Post a Comment