2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rebuild + copy images to docs when making

This commit is contained in:
Jacob Thornton
2012-01-26 22:39:17 -08:00
parent a25f0cce95
commit 815a2ae9f2
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -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."; \