aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js4
-rw-r--r--_config.yml4
-rw-r--r--docs/jade/customizer-nav.jade (renamed from docs/customizer-nav.jade)0
-rw-r--r--docs/jade/customizer-variables.jade (renamed from docs/customizer-variables.jade)0
4 files changed, 5 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index f53cf7cdf..1a9eb94ee 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -290,8 +290,8 @@ module.exports = function (grunt) {
}
},
files: {
- 'docs/_includes/customizer-variables.html': 'docs/customizer-variables.jade',
- 'docs/_includes/nav-customize.html': 'docs/customizer-nav.jade'
+ 'docs/_includes/customizer-variables.html': 'docs/jade/customizer-variables.jade',
+ 'docs/_includes/nav-customize.html': 'docs/jade/customizer-nav.jade'
}
}
},
diff --git a/_config.yml b/_config.yml
index 630113dba..5e1e763f9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -14,7 +14,9 @@ baseurl: /
url: http://localhost:9001
encoding: UTF-8
-exclude: ["vendor"]
+exclude:
+ - "jade"
+ - "vendor"
# Custom vars
current_version: 3.1.0
diff --git a/docs/customizer-nav.jade b/docs/jade/customizer-nav.jade
index c4f6ddf10..c4f6ddf10 100644
--- a/docs/customizer-nav.jade
+++ b/docs/jade/customizer-nav.jade
diff --git a/docs/customizer-variables.jade b/docs/jade/customizer-variables.jade
index 3c74573be..3c74573be 100644
--- a/docs/customizer-variables.jade
+++ b/docs/jade/customizer-variables.jade