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:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:39:17 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:39:17 +0400
commit815a2ae9f26f49137382fd4b186d174c7b1b8c5b (patch)
treed8aaabd8c4a4c469428838abdb684b5c1388c32f /Makefile
parenta25f0cce95bc538f3aa19e9edf17ac3a353e334e (diff)
rebuild + copy images to docs when making
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 127d6affe0..f2213103aa 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ build:
lessc ${BOOTSTRAP_RESPONSIVE_LESS}.tmp > ${BOOTSTRAP_RESPONSIVE}; \
rm -f ${BOOTSTRAP_RESPONSIVE_LESS}.tmp; \
node docs/build; \
+ cp img/* docs/assets/img/; \
echo "Bootstrap successfully built! - `date`"; \
else \
echo "You must have the LESS compiler installed in order to build Bootstrap."; \