Sha256: 841354d5ed919b972409a4ffdc709faab357e85e9f430e83617d3df6f385d8ba

Contents?: true

Size: 854 Bytes

Versions: 5

Compression:

Stored size: 854 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

## Usages

    # basic usage
    stowaway path/to/site

    # from directory
    stowaway .

    # with file types
    stowaway -t .js .css path/to/site

## 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

5 entries across 5 versions & 1 rubygems

Version Path
stowaway-0.1.6 README.md
stowaway-0.1.5 README.md
stowaway-0.1.2 README.md
stowaway-0.1.1 README.md
stowaway-0.0.6 README.md