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
c635d8f5
Commit
c635d8f5
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
have customizer output Bootstrap Theme too; fixes
#12003
parent
07309edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/customizer.js
+3
-1
docs/assets/js/customizer.js
with
3 additions
and
1 deletion
+3
-1
docs/assets/js/customizer.js
+
3
-
1
View file @
c635d8f5
...
@@ -243,10 +243,12 @@ window.onload = function () { // wait for load in a dumb way because B-0
...
@@ -243,10 +243,12 @@ window.onload = function () { // wait for load in a dumb way because B-0
$
(
this
).
val
()
&&
(
vars
[
$
(
this
).
prev
().
text
()]
=
$
(
this
).
val
())
$
(
this
).
val
()
&&
(
vars
[
$
(
this
).
prev
().
text
()]
=
$
(
this
).
val
())
})
})
var
bsLessSource
=
generateLESS
(
'
bootstrap.less
'
,
lessFileIncludes
,
vars
)
var
bsLessSource
=
generateLESS
(
'
bootstrap.less
'
,
lessFileIncludes
,
vars
)
var
themeLessSource
=
generateLESS
(
'
theme.less
'
,
lessFileIncludes
,
vars
)
try
{
try
{
compileLESS
(
bsLessSource
,
'
bootstrap
'
,
result
)
compileLESS
(
bsLessSource
,
'
bootstrap
'
,
result
)
compileLESS
(
themeLessSource
,
'
bootstrap-theme
'
,
result
)
}
catch
(
err
)
{
}
catch
(
err
)
{
return
showError
(
'
<strong>Ruh roh!</strong> Could not parse less files.
'
,
err
)
return
showError
(
'
<strong>Ruh roh!</strong> Could not parse less files.
'
,
err
)
}
}
...
...
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