mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
Merge pull request #12632 from ZDroid/exclude-jade
Exclude jade files from docs
This commit is contained in:
commit
7ef1bebb55
@ -290,8 +290,8 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
'docs/_includes/customizer-variables.html': 'docs/customizer-variables.jade',
|
'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade',
|
||||||
'docs/_includes/nav-customize.html': 'docs/customizer-nav.jade'
|
'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -14,7 +14,9 @@ baseurl: /
|
|||||||
url: http://localhost:9001
|
url: http://localhost:9001
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
|
|
||||||
exclude: ["vendor"]
|
exclude:
|
||||||
|
- "jade"
|
||||||
|
- "vendor"
|
||||||
|
|
||||||
# Custom vars
|
# Custom vars
|
||||||
current_version: 3.1.0
|
current_version: 3.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user