mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added minification for web
This commit is contained in:
parent
1973fbddf1
commit
22477bc187
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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"
|
||||||
|
|
Loading…
Reference in a new issue