[Rt-commit] rt branch, 4.0/remove-more-javascriptminifier, updated. rt-4.0.2-113-gefb0733
Alex Vandiver
alexmv at bestpractical.com
Sat Sep 24 15:21:53 EDT 2011
The branch, 4.0/remove-more-javascriptminifier has been updated
via efb0733114d236c06dc704ab7e57f1f33788de8b (commit)
from a05b1a3643bca526437b0118cd057772bbfec489 (commit)
Summary of changes:
etc/RT_Config.pm.in | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit efb0733114d236c06dc704ab7e57f1f33788de8b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Sat Sep 24 15:21:41 2011 -0400
Make it clearer how to obtain jsmin, and what the default is
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index cd24b00..efa2ae3 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -881,11 +881,12 @@ Set(@JSFiles, qw/
=item C<$JSMinPath>
-Path to the jsmin binary, available from
-http://www.crockford.com/javascript/jsmin.html
+Path to the jsmin binary; if specified, it will be used to minify
+C<JSFiles>. The default, and the fallback if the binary cannot be
+found, is to simply concatenate the files.
-If specified, it will be used to minify C<JSFiles>. If it cannot be
-found, RT will simply concatenate the files.
+jsmin can be installed by running 'make jsmin' from the RT install
+directory, or from http://www.crockford.com/javascript/jsmin.html
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list