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:
committed by
Florence Blanc-Renaud
parent
767232b478
commit
8021a2066d
@@ -29,14 +29,14 @@ RDIR=$DIR/../release
|
|||||||
usage() {
|
usage() {
|
||||||
cat <<-__EOF__;
|
cat <<-__EOF__;
|
||||||
NAME
|
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.
|
Deletes all other files.
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
path/to/compile.sh [--help] --release RELEASE --layer NAME/NAME
|
path/to/compile.sh [--help] --release RELEASE --layer NAME/NAME
|
||||||
|
|
||||||
DESCRIPTION
|
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.
|
Deletes all other files.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user