From 4d47e851eeb6a7cba5cd92eaca4416c290d99a00 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 25 Jun 2020 16:38:37 -0300 Subject: [PATCH] =?UTF-8?q?webpack=20tambi=C3=A9n=20gzipea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3afc4116..5482c125 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ public/assets-production: $(assets) public/packs-production: public/packs rm -rf $@ mv $< $@ - find $@ -type f | xargs -rI {} sh -c "brotli -k -9 {}; gzip -9 -k {}" + find $@ -type f | xargs -r brotli -k -9 mkdir -p $< touch $@