Bogus Sass Checker

This is a little ruby script that checks your rails project’s Sass files for #ids and .classes and checks if you are using them in the rest of your rails project. ack needs to be installed first (petdance.com/ack/)

Example

Navigate to your rails project root and run:

checksass

The output you receive are CSS classes and ids that probably aren’t used in your rails project.

Contributing

Git source repository: github.com/wakoopa/bogus-sass-checker/tree/master Please feel free to fork the project at GitHub and submit pull requests or patches.

Copyright © 2007-2008 Justin Halsall, released under the MIT license