README.md in guard-sprockets2-0.0.5 vs README.md in guard-sprockets2-0.0.6

- old
+ new

@@ -22,9 +22,10 @@ - `assets_path` - Optional. The compiled assets path. Defaults to public/assets - `precompile` - Optional. An array of regex's or strings which match files that need compiling. Defaults to `[ /\w+\.(?!js|css).+/, /application.(css|js)$/ ]` - `digest` - Optional. Whether to include the digest in the filename. Defaults to true. - `gz` - Optional. Whether to compile a gzipped version of each file. Defaults to true. +- `clean` - Optional. Whether to remove all files in the asset path. Defaults to true. Example Rails and Sinatra apps can be found in the examples directory. # Sinatra