Sha256: 6ab064174f46ea755098869349370331d969aadb93c0ba3a90c680e62b1111ec

Contents?: true

Size: 704 Bytes

Versions: 1

Compression:

Stored size: 704 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 stowaway
    
## Note

I'll be adding support for matching on relative and absolute paths (Comparing by path will preserve the uniqueness of the file).  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.  In other words, if you have multiple files with the *same name*, stowaway won't work right.  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stowaway-0.0.4 README.md