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