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 <rcritten@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Rob Crittenden 2021-01-18 14:48:17 -05:00 committed by Florence Blanc-Renaud
parent 767232b478
commit 8021a2066d

View File

@ -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