mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Undo merged pull request 15d6754bef
Excluding vendor folder causes issues with JavaScript that the theme needs to load.
This commit is contained in:
parent
15d6754bef
commit
1c171087ce
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Loading…
Reference in a new issue