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
5591a9b9
Commit
5591a9b9
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
use yui-compress by default instead of regular compress
parent
798363ed
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+2
-2
Makefile
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
with
2 additions
and
2 deletions
+2
-2
Makefile
+
2
-
2
View file @
5591a9b9
...
@@ -31,9 +31,9 @@ bootstrap:
...
@@ -31,9 +31,9 @@ bootstrap:
mkdir
-p
bootstrap/js
mkdir
-p
bootstrap/js
cp
img/
*
bootstrap/img/
cp
img/
*
bootstrap/img/
lessc
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.css
lessc
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.css
lessc
--compress
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.min.css
lessc
--
yui-
compress
${BOOTSTRAP_LESS}
>
bootstrap/css/bootstrap.min.css
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.css
lessc
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.css
lessc
--compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.min.css
lessc
--
yui-
compress
${BOOTSTRAP_RESPONSIVE_LESS}
>
bootstrap/css/bootstrap-responsive.min.css
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js
>
bootstrap/js/bootstrap.js
cat
js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js
>
bootstrap/js/bootstrap.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.tmp.js
uglifyjs
-nc
bootstrap/js/bootstrap.js
>
bootstrap/js/bootstrap.min.tmp.js
echo
"/**
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
echo
"/**
\n
* Bootstrap.js by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
bootstrap/js/copyright.js
...
...
This diff is collapsed.
Click to expand it.
docs/assets/bootstrap.zip
deleted
100644 → 0
+
0
-
0
View file @
798363ed
File deleted
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