Grunt unCSS

Anyone interested in adding this to the default gruntfile or as an option?

Since you’re already concatenating and minimizing you may as well reduce the size of the assets as well.

Here’s a good article on it: http://xdamman.com/website-optimization-grunt-uncss

Two things:

  1. It’s difficult to unCSS a dynamic site.
  2. We’re moving to Gulp in the near future.

If you can overcome both of those issues then a PR is welcome from anyone.