Adjust layout for Bootstrap 4.

This commit is contained in:
2019-12-23 06:54:13 +01:00
parent 7086c27e1a
commit 34e9509cea
9 changed files with 187 additions and 132 deletions

View File

@ -1,4 +1,5 @@
.PHONY: upload
upload:
rsync -r --exclude .git/ . doktorkraus.de:/var/www/bovender
yarn exec webpack && \
rsync -r --exclude .git/ --exclude src/ --exclude node_modules/ . doktorkraus.de:/var/www/bovender