Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
7ef1bebb
Commit
7ef1bebb
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #12632 from ZDroid/exclude-jade
Exclude jade files from docs
parents
8f7170ab
938779ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+2
-2
Gruntfile.js
_config.yml
+3
-1
_config.yml
docs/jade/customizer-nav.jade
+0
-0
docs/jade/customizer-nav.jade
docs/jade/customizer-variables.jade
+0
-0
docs/jade/customizer-variables.jade
with
5 additions
and
3 deletions
+5
-3
Gruntfile.js
+
2
-
2
View file @
7ef1bebb
...
@@ -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
'
}
}
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
_config.yml
+
3
-
1
View file @
7ef1bebb
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
docs/customizer-nav.jade
→
docs/
jade/
customizer-nav.jade
+
0
-
0
View file @
7ef1bebb
File moved
This diff is collapsed.
Click to expand it.
docs/customizer-variables.jade
→
docs/
jade/
customizer-variables.jade
+
0
-
0
View file @
7ef1bebb
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment