]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Jekyll: exclude more files/folders. 11978/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 22 Dec 2013 09:45:18 +0000 (11:45 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sun, 22 Dec 2013 09:45:18 +0000 (11:45 +0200)
We still can't exclude `./fonts/" and "./js/" due to https://github.com/jekyll/jekyll/issues/906

_config.yml

index 32c94d3854c9ec4234ae3b195bec7df3680c09a2..02444604f98ee9d8823d331422d7ad8f32620e2e 100644 (file)
@@ -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