Sha256: ef75c572ef9d52ff77104d6b9b82c906c26fa7c793b86fb9e35818abe86955d0

Contents?: true

Size: 616 Bytes

Versions: 1

Compression:

Stored size: 616 Bytes

Contents

# Stowaway

Stowaway is a gem that searches a web project for files that aren't being used.  By default it will search in the directory of your choice for files that have the following extension:

 * .jpg 
 * .gif 
 * .png 
 * .ico
 * .js
 * .css

## Installing

    sudo gem install ecavazos-stowaway
    
## Note

I'll be adding support for matching on relative and absolute paths.  Currently, only file names are being checked for matches.  If you have two files with the same name but they reside in different directories, they will be treated as one.  Comparing by path will preserve the uniqueness of the file.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stowaway-0.0.1 README.md