mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
767232b478
commit
8021a2066d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user