Added minification to web compile script (#631)

This commit is contained in:
Miguel Serrano
2019-09-03 11:36:10 +02:00
committed by GitHub
parent 304e4a7c36
commit 3950f45612
+1
View File
@@ -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"