reverted minification for web

This commit is contained in:
mserranom 2019-08-12 09:32:54 +00:00
parent 22477bc187
commit 1c931c347e

View file

@ -11,7 +11,6 @@ grep 'name:' config/services.js | \
case $service in case $service in
web) web)
make compile_full make compile_full
make minify
;; ;;
chat) chat)
echo "$service doesn't require a compilation" echo "$service doesn't require a compilation"