Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
b793fbb1
Commit
b793fbb1
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
use non-minified docs CSS on non-gh-pages
parent
d9f356f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+5
-5
Gruntfile.js
docs/_includes/header.html
+5
-0
docs/_includes/header.html
docs/assets/css/src/docs.css
+0
-0
docs/assets/css/src/docs.css
docs/assets/css/src/pygments-manni.css
+0
-0
docs/assets/css/src/pygments-manni.css
with
10 additions
and
5 deletions
+10
-5
Gruntfile.js
+
5
-
5
View file @
b793fbb1
...
...
@@ -199,7 +199,7 @@ module.exports = function (grunt) {
src
:
'
dist/css/<%= pkg.name %>-theme.css
'
},
docs
:
{
src
:
'
docs/assets/css/
_
src/docs.css
'
src
:
'
docs/assets/css/src/docs.css
'
},
examples
:
{
expand
:
true
,
...
...
@@ -225,7 +225,7 @@ module.exports = function (grunt) {
ids
:
false
,
'
overqualified-elements
'
:
false
},
src
:
'
docs/assets/css/
_
src/docs.css
'
src
:
'
docs/assets/css/src/docs.css
'
}
},
...
...
@@ -243,8 +243,8 @@ module.exports = function (grunt) {
},
docs
:
{
src
:
[
'
docs/assets/css/
_
src/docs.css
'
,
'
docs/assets/css/
_
src/pygments-manni.css
'
'
docs/assets/css/src/docs.css
'
,
'
docs/assets/css/src/pygments-manni.css
'
],
dest
:
'
docs/assets/css/docs.min.css
'
}
...
...
@@ -278,7 +278,7 @@ module.exports = function (grunt) {
},
docs
:
{
files
:
{
'
docs/assets/css/
_
src/docs.css
'
:
'
docs/assets/css/
_
src/docs.css
'
'
docs/assets/css/src/docs.css
'
:
'
docs/assets/css/src/docs.css
'
}
}
},
...
...
This diff is collapsed.
Click to expand it.
docs/_includes/header.html
+
5
-
0
View file @
b793fbb1
...
...
@@ -29,7 +29,12 @@
{% endif %}
<!-- Documentation extras -->
{% if site.github %}
<link
href=
"../assets/css/docs.min.css"
rel=
"stylesheet"
>
{% else %}
<link
href=
"../assets/css/src/docs.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/src/pygments-manni.css"
rel=
"stylesheet"
>
{% endif %}
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/
_
src/docs.css
→
docs/assets/css/src/docs.css
+
0
-
0
View file @
b793fbb1
File moved
This diff is collapsed.
Click to expand it.
docs/assets/css/
_
src/pygments-manni.css
→
docs/assets/css/src/pygments-manni.css
+
0
-
0
View file @
b793fbb1
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
Menu
Explore
Projects
Groups
Snippets