mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Jekyll: exclude more files/folders.
We still can't exclude `./fonts/" and "./js/" due to https://github.com/jekyll/jekyll/issues/906
This commit is contained in:
parent
5f9695ae7c
commit
ea5a4ec31e
17
_config.yml
17
_config.yml
@ -7,8 +7,23 @@ permalink: pretty
|
|||||||
|
|
||||||
# Server
|
# Server
|
||||||
destination: ./_gh_pages
|
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
|
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
|
# Custom vars
|
||||||
current_version: 3.1.0
|
current_version: 3.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user