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:
@@ -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."; \
|
||||
|
||||
Reference in New Issue
Block a user