diff --git a/bin/compile-services b/bin/compile-services index 471a2b7130..1c508ae693 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 + WEBPACK_ENV=production make minify ;; chat) echo "$service doesn't require a compilation"