andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 267c561ab88776ed00b40bfaebc6b4e3d9c6b6f8
parent 0fc6c0b69364f487f3ef1a676025b3c211a95f45
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  5 Nov 2018 06:48:42 +0100

Report size of build after make

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -32,6 +32,8 @@ generate-public: -not -name '*fill*.jpg' \ -not -name '*fit*.jpg' \ -delete + # report size of build + du -h public/ .PHONY: deploy-staging deploy-staging: generate-public