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
caa3d53d
Commit
caa3d53d
authored
11 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
customizer.js: remove a workaround for older less.js.
parent
2bc08190
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs-assets/js/customize.js
+1
-1
docs-assets/js/customize.js
docs-assets/js/customizer.js
+1
-1
docs-assets/js/customizer.js
with
2 additions
and
2 deletions
+2
-2
docs-assets/js/customize.js
+
1
-
1
View file @
caa3d53d
This diff is collapsed.
Click to expand it.
docs-assets/js/customizer.js
+
1
-
1
View file @
caa3d53d
...
...
@@ -232,7 +232,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
}
result
=
{
'
bootstrap.css
'
:
cw
+
tree
.
toCSS
(),
'
bootstrap.min.css
'
:
cw
+
tree
.
toCSS
({
compress
:
true
})
.
replace
(
/
\n
/g
,
''
)
// FIXME: remove newline hack once less.js upgraded to v1.4
'
bootstrap.min.css
'
:
cw
+
tree
.
toCSS
({
compress
:
true
})
}
})
}
catch
(
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
Menu
Explore
Projects
Groups
Snippets