Open
Description
in the Travis logs you see stuff like:
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-seo-tag-2.1.0/README.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/LICENSE.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/README.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/custom_permalink.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/custom_permalink_2.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_my_collection/this-has-non-standard-chars.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_posts/2013-12-12-dec-the-second.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_posts/2014-03-02-march-the-second.md
[tut] compiling: ./vendor/bundle/ruby/2.0.0/gems/jekyll-sitemap-0.12.0/spec/fixtures/_posts/2014-03-04-march-the-fourth.md
this is slow which is annoying during interactive development. (and it also runs the risk of blowing up on something it shouldn't be scanning in the first place.)