From c21b4e580729f67b7406d6e3cec8d3f4e38dae6b Mon Sep 17 00:00:00 2001 From: Tyler Rhodes Date: Wed, 17 Jul 2013 12:39:35 -0500 Subject: [PATCH 1/2] Add 'vendor' to excludes. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 19c4068..1660091 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"] \ No newline at end of file +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 From 1c171087ced20e498cd5b40858f025e2335cc7db Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 17 Jul 2013 22:39:53 -0400 Subject: [PATCH 2/2] 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