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
587814f1
Commit
587814f1
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Simplify gruntfile more to remove theme RTL
parent
7e764a29
4 merge requests
!28721
Hot test
,
!22103
test
,
!25326
Adjust examples
,
!12840
Add RTL via CSS Flip
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+2
-5
Gruntfile.js
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customize.min.js
with
3 additions
and
6 deletions
+3
-6
Gruntfile.js
+
2
-
5
View file @
587814f1
...
...
@@ -235,9 +235,7 @@ module.exports = function (grunt) {
'
dist/css/<%= pkg.name %>.min.css
'
,
'
dist/css/<%= pkg.name %>.rtl.min.css
'
,
'
dist/css/<%= pkg.name %>-theme.css
'
,
'
dist/css/<%= pkg.name %>-theme.rtl.css
'
,
'
dist/css/<%= pkg.name %>-theme.min.css
'
,
'
dist/css/<%= pkg.name %>-theme.rtl.min.css
'
'
dist/css/<%= pkg.name %>-theme.min.css
'
]
}
}
...
...
@@ -251,8 +249,7 @@ module.exports = function (grunt) {
files
:
{
'
dist/css/<%= pkg.name %>.css
'
:
'
dist/css/<%= pkg.name %>.css
'
,
'
dist/css/<%= pkg.name %>.rtl.css
'
:
'
dist/css/<%= pkg.name %>.rtl.css
'
,
'
dist/css/<%= pkg.name %>-theme.css
'
:
'
dist/css/<%= pkg.name %>-theme.css
'
,
'
dist/css/<%= pkg.name %>-theme.rtl.css
'
:
'
dist/css/<%= pkg.name %>-theme.rtl.css
'
'
dist/css/<%= pkg.name %>-theme.css
'
:
'
dist/css/<%= pkg.name %>-theme.css
'
}
},
examples
:
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/customize.min.js
+
1
-
1
View file @
587814f1
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