tReport size of build after make - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 267c561ab88776ed00b40bfaebc6b4e3d9c6b6f8
 (DIR) parent 0fc6c0b69364f487f3ef1a676025b3c211a95f45
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  5 Nov 2018 06:48:42 +0100
       
       Report size of build after make
       
       Diffstat:
         M Makefile                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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