mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
bb021ed644
- Enable OPTINT by default - Take maintainership Changes: http://foswiki.org/System/ReleaseNotes01x01#Release01x01Changes PR: ports/155060 Submitted by: skv
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
--- tools/minifyjs
|
|
+++ tools/minifyjs
|
|
@@ -2,7 +2,7 @@
|
|
BEGIN {
|
|
unshift @INC, $ENV{FOSWIKICPAN} if defined $ENV{FOSWIKICPAN};
|
|
}
|
|
-use JavaScript::Minifier qw(minify);
|
|
+use JavaScript::Minifier::XS qw(minify);
|
|
|
|
foreach my $file (@ARGV) {
|
|
open(INFILE, $file) or die "failed opening $file";
|