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 9dc65ebc82
commit 34b01f94e4

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"