From 1c171087ced20e498cd5b40858f025e2335cc7db Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 17 Jul 2013 22:39:53 -0400 Subject: [PATCH] Undo merged pull request 15d6754befed53ee28b878d83c113731a1f6af9c Excluding vendor folder causes issues with JavaScript that the theme needs to load. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1660091..ce5a58c 100644 --- a/_config.yml +++ b/_config.yml @@ -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"] \ No newline at end of file +exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace"] \ No newline at end of file