aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-12-22 11:45:18 +0200
committerXhmikosR <[email protected]>2013-12-22 11:45:18 +0200
commitea5a4ec31e298de0304fdfd383726c7e1859b1d9 (patch)
tree4f8e9a4e69c24f61142a65a62ca7b7af3ecf21ef
parent5f9695ae7cf66dd7f07a3cb3eb534e838d18c62b (diff)
downloadbootstrap-ea5a4ec31e298de0304fdfd383726c7e1859b1d9.tar.xz
bootstrap-ea5a4ec31e298de0304fdfd383726c7e1859b1d9.zip
Jekyll: exclude more files/folders.
We still can't exclude `./fonts/" and "./js/" due to https://github.com/jekyll/jekyll/issues/906
-rw-r--r--_config.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 32c94d385..02444604f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,8 +7,23 @@ permalink: pretty
# Server
destination: ./_gh_pages
-exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json", "CONTRIBUTING.md", "CNAME", "LICENSE", "Gruntfile.js", "package.json", "node_modules", "README.md", "less"]
port: 9001
+exclude:
+- ".editorconfig"
+- ".gitignore"
+- "bower.json"
+- "CNAME"
+- "composer.json"
+- "CONTRIBUTING.md"
+- "DOCS-LICENSE"
+- "Gruntfile.js"
+- "less"
+- "LICENSE"
+- "node_modules"
+- "package.json"
+- "README.md"
+- "sauce_browsers.yml"
+- "test-infra"
# Custom vars
current_version: 3.1.0