Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F802417
D298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 23, 9:51 PM
Size
752 B
Mime Type
text/x-diff
Expires
Mon, Feb 24, 9:51 PM (9 h, 31 m)
Engine
blob
Format
Raw Data
Handle
575347
Attached To
D298: INP-1694 - Upgrade YUICompressor to v2.4.8
D298.diff
View Options
Index: branches/5.2.x/core/units/helpers/minifiers/minify_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/minifiers/minify_helper.php
+++ branches/5.2.x/core/units/helpers/minifiers/minify_helper.php
@@ -231,7 +231,7 @@
$tmp_file = tempnam('/tmp', 'to_compress_');
file_put_contents($tmp_file, $string);
- $command = 'java -jar ' . dirname(__FILE__) . DIRECTORY_SEPARATOR . 'yuicompressor-2.4.2.jar --type ' . $extension . ' --charset utf-8 ' . $tmp_file;
+ $command = 'java -jar ' . dirname(__FILE__) . DIRECTORY_SEPARATOR . 'yuicompressor-2.4.8.jar --type ' . $extension . ' --charset utf-8 ' . $tmp_file;
$string = shell_exec($command);
unlink($tmp_file);
Event Timeline
Log In to Comment