From 8021a2066d562aac56359684642ee9cd13b7622b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Jan 21 2021 12:51:45 +0000 Subject: Remove references to rjsmin in UI compile.sh It specifically referenced using Python rjsmin while the actual script would pick the minimizer based on the underlying distribution. https://pagure.io/freeipa/issue/8669 Signed-off-by: Rob Crittenden Reviewed-By: Alexander Bokovoy --- diff --git a/install/ui/util/compile.sh b/install/ui/util/compile.sh index 435dc14..bdaf227 100755 --- a/install/ui/util/compile.sh +++ b/install/ui/util/compile.sh @@ -29,14 +29,14 @@ RDIR=$DIR/../release usage() { cat <<-__EOF__; NAME - compile.sh - Compiles layer file of Dojo build using Python rjsmin. + compile.sh - Compiles layer file of Dojo build using a minimizer. Deletes all other files. SYNOPSIS path/to/compile.sh [--help] --release RELEASE --layer NAME/NAME DESCRIPTION - Compiles layer file of Dojo build output using Python rjsmin. + Compiles layer file of Dojo build output using a minimizer. Deletes all other files. OPTIONS