diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-08 20:34:26 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-08 22:29:06 +0100 |
| commit | 938779ca93eb2da9b9c91edd6d1c047b6d10748e (patch) | |
| tree | 469653725aeb9235f9c167210e44d8cd700691a8 | |
| parent | 8f7170abd04a356654d92700d30c006d70bc7778 (diff) | |
| download | bootstrap-938779ca93eb2da9b9c91edd6d1c047b6d10748e.tar.xz bootstrap-938779ca93eb2da9b9c91edd6d1c047b6d10748e.zip | |
Move jade files to docs/jade/
| -rw-r--r-- | Gruntfile.js | 4 | ||||
| -rw-r--r-- | _config.yml | 4 | ||||
| -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 |
