From: Zlatan Vasović Date: Sat, 8 Feb 2014 19:34:26 +0000 (+0100) Subject: Move jade files to docs/jade/ X-Git-Tag: v3.1.1~14^2~22^2~3^2~5^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12632%2Fhead;p=thirdparty%2Fbootstrap.git Move jade files to docs/jade/ --- diff --git a/Gruntfile.js b/Gruntfile.js index f53cf7cdf6..1a9eb94eef 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 630113dbac..5e1e763f99 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 similarity index 100% rename from docs/customizer-nav.jade rename to docs/jade/customizer-nav.jade diff --git a/docs/customizer-variables.jade b/docs/jade/customizer-variables.jade similarity index 100% rename from docs/customizer-variables.jade rename to docs/jade/customizer-variables.jade