From b03804e1b203a120df68946e2384cf50ccf9a206 Mon Sep 17 00:00:00 2001 From: mserranom Date: Thu, 8 Aug 2019 16:11:43 +0000 Subject: [PATCH] added minification for web --- bin/compile-services | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile-services b/bin/compile-services index 471a2b7130..31f9873ced 100755 --- a/bin/compile-services +++ b/bin/compile-services @@ -11,6 +11,7 @@ grep 'name:' config/services.js | \ case $service in web) make compile_full + make minify ;; chat) echo "$service doesn't require a compilation"