Undo merged pull request 15d6754bef

Excluding vendor folder causes issues with JavaScript that the theme needs to load.
This commit is contained in:
Michael Rose 2013-07-17 22:39:53 -04:00
parent 15d6754bef
commit 1c171087ce

View file

@ -64,4 +64,4 @@ kramdown:
coderay_css: class
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "so-simple-theme.sublime-project", "so-simple-theme.sublime-workspace", "vendor"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace"]