added minification for web

This commit is contained in:
mserranom 2019-08-08 16:11:43 +00:00
parent adeed75758
commit b03804e1b2

View file

@ -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"