1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-04 10:35:44 +00:00

Added minification to web compile script ()

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"