mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 07:00:47 +02:00
Added minification to web compile script (#631)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user