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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"