Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-02 12:20:06 +0400
committerMark Otto <otto@github.com>2012-11-02 12:20:06 +0400
commit72198a59c056857d93d35b5e3251b1baf8b5ab1c (patch)
tree93f237ed0a8a6f92b0776f20a0ca02be3f1f4c5e /Makefile
parentd0c75bbc8324a552b93817b1f565fa798f6574cf (diff)
removing glyphicons images, swapping in new icon font with new classes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 439f7ff1f6..26297ad99c 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ build:
@recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}
@echo "Compiling LESS with Recess... ${CHECK} Done"
@node docs/build
- @cp img/* docs/assets/img/
+ @cp fonts/* docs/assets/fonts/
@cp js/*.js docs/assets/js/
@cp js/tests/vendor/jquery.js docs/assets/js/
@echo "Compiling documentation... ${CHECK} Done"
@@ -63,10 +63,10 @@ clean:
#
bootstrap:
- mkdir -p bootstrap/img
+ mkdir -p bootstrap/fonts
mkdir -p bootstrap/css
mkdir -p bootstrap/js
- cp img/* bootstrap/img/
+ cp fonts/* bootstrap/fonts/
recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css