Commit 7ef1bebb authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #12632 from ZDroid/exclude-jade

Exclude jade files from docs
parents 8f7170ab 938779ca
Showing with 5 additions and 3 deletions
+5 -3
...@@ -290,8 +290,8 @@ module.exports = function (grunt) { ...@@ -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: / ...@@ -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
......
File moved
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment