Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
5204f206
Commit
5204f206
authored
Nov 11, 2012
by
Nicolas Dudebout
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Splits the progress @echo statements in the Makefile.
parent
d247f712
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Makefile
Makefile
+8
-4
No files found.
Makefile
View file @
5204f206
...
@@ -13,22 +13,26 @@ build:
...
@@ -13,22 +13,26 @@ build:
@
echo
"
\n
${HR}
"
@
echo
"
\n
${HR}
"
@
echo
"Building Bootstrap..."
@
echo
"Building Bootstrap..."
@
echo
"
${HR}
\n
"
@
echo
"
${HR}
\n
"
@
echo
-n
"Running JSHint on javascript..."
@
jshint js/
*
.js
--config
js/.jshintrc
@
jshint js/
*
.js
--config
js/.jshintrc
@
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
@
jshint js/tests/unit/
*
.js
--config
js/.jshintrc
@
echo
"Running JSHint on javascript...
${CHECK}
Done"
@
echo
"
${CHECK}
Done"
@
echo
-n
"Compiling LESS with Recess..."
@
./node_modules/.bin/recess
--compile
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
@
./node_modules/.bin/recess
--compile
${BOOTSTRAP_LESS}
>
${BOOTSTRAP}
@
echo
"Compiling LESS with Recess...
${CHECK}
Done"
@
echo
"
${CHECK}
Done"
@
echo
-n
"Compiling documentation..."
@
node docs/build
@
node docs/build
@
cp
fonts/
*
docs/assets/fonts/
@
cp
fonts/
*
docs/assets/fonts/
@
cp
js/
*
.js docs/assets/js/
@
cp
js/
*
.js docs/assets/js/
@
cp
js/tests/vendor/jquery.js docs/assets/js/
@
cp
js/tests/vendor/jquery.js docs/assets/js/
@
echo
"
Compiling documentation...
${CHECK}
Done"
@
echo
"
${CHECK}
Done"
@
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 js/bootstrap-affix.js
>
docs/assets/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 js/bootstrap-affix.js
>
docs/assets/js/bootstrap.js
@
./node_modules/.bin/uglifyjs
-nc
docs/assets/js/bootstrap.js
>
docs/assets/js/bootstrap.min.tmp.js
@
./node_modules/.bin/uglifyjs
-nc
docs/assets/js/bootstrap.js
>
docs/assets/js/bootstrap.min.tmp.js
@
echo
"/**
\n
* Bootstrap.js v2.3.0 by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
docs/assets/js/copyright.js
@
echo
"/**
\n
* Bootstrap.js v2.3.0 by @fat & @mdo
\n
* Copyright 2012 Twitter, Inc.
\n
* http://www.apache.org/licenses/LICENSE-2.0.txt
\n
*/"
>
docs/assets/js/copyright.js
@
echo
-n
"Compiling and minifying javascript..."
@
cat
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
>
docs/assets/js/bootstrap.min.js
@
cat
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
>
docs/assets/js/bootstrap.min.js
@
rm
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
@
rm
docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
@
echo
"
Compiling and minifying javascript...
${CHECK}
Done"
@
echo
"
${CHECK}
Done"
@
echo
"
\n
${HR}
"
@
echo
"
\n
${HR}
"
@
echo
"Bootstrap successfully built at
${DATE}
."
@
echo
"Bootstrap successfully built at
${DATE}
."
@
echo
"
${HR}
\n
"
@
echo
"
${HR}
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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