From 815a2ae9f26f49137382fd4b186d174c7b1b8c5b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 22:39:17 -0800 Subject: rebuild + copy images to docs when making --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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."; \ -- cgit v1.2.3