No commit activity in last 3 years
No release in over 3 years
Checks your rails projects Sass files for #ids and .classes and checks if you are using them in the rest of your rails project. (Depends on ack)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme
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 ( http://betterthangrep.com/ )

Installation
============
Install ack (instructions: http://betterthangrep.com/ )
Run the following if you haven't already:
  gem sources -a http://gems.github.com
Install the gem:
  sudo gem install Juice10-bogus_sass_checker

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: http://github.com/Juice10/bogus-sass-checker/tree/master
Please feel free to fork the project at GitHub and submit pull requests or patches.

Developed and used at Wakoopa (wakoopa.com)
Copyright (c) 2007-2009 Justin Halsall, released under the MIT license