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
b8b1ffde
Commit
b8b1ffde
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
hr to var in makefil
parent
c408d896
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-4
Makefile
with
5 additions
and
4 deletions
+5
-4
Makefile
+
5
-
4
View file @
b8b1ffde
...
@@ -4,6 +4,7 @@ BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
...
@@ -4,6 +4,7 @@ BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_LESS
=
./less/responsive.less
BOOTSTRAP_RESPONSIVE_LESS
=
./less/responsive.less
DATE
=
$(
shell
date
+%I:%M%p
)
DATE
=
$(
shell
date
+%I:%M%p
)
CHECK
=
\0
33[32m✔
\0
33[39m
CHECK
=
\0
33[32m✔
\0
33[39m
HR
=
\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
#
#
...
@@ -11,9 +12,9 @@ CHECK=\033[32m✔\033[39m
...
@@ -11,9 +12,9 @@ CHECK=\033[32m✔\033[39m
#
#
build
:
build
:
@
echo
"
\n
##################################################
"
@
echo
"
\n
${HR}
"
@
echo
"Building Bootstrap..."
@
echo
"Building Bootstrap..."
@
echo
"
##################################################
\n
"
@
echo
"
${HR}
\n
"
@
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
"Running JSHint on javascript...
${CHECK}
Done"
...
@@ -31,9 +32,9 @@ build:
...
@@ -31,9 +32,9 @@ build:
@
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
"Compiling and minifying javascript...
${CHECK}
Done"
@
echo
"
\n
##################################################
"
@
echo
"
\n
${HR}
"
@
echo
"Bootstrap successfully built at
${DATE}
."
@
echo
"Bootstrap successfully built at
${DATE}
."
@
echo
"
##################################################
\n
"
@
echo
"
${HR}
\n
"
@
echo
"Thanks for using Bootstrap,"
@
echo
"Thanks for using Bootstrap,"
@
echo
"<3 @mdo and @fat
\n
"
@
echo
"<3 @mdo and @fat
\n
"
...
...
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