Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112530
minify
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
459 B
Referenced Files
None
Subscribers
None
minify
View Options
#!/usr/bin/env php
<?php
declare
(
strict_types
=
1
);
if
(
!
is_file
(
__DIR__
.
'/../vendor/autoload.php'
)
&&
is_file
(
__DIR__
.
'/../../../autoload.php'
)
)
{
// Allow use within a vendor directory, in which case we're under vendor/:org/:package
require_once
__DIR__
.
'/../../../autoload.php'
;
}
else
{
require_once
__DIR__
.
'/../vendor/autoload.php'
;
}
$cli
=
new
Wikimedia\Minify\Cli
(
STDIN
,
STDOUT
,
$argv
);
$cli
->
run
();
exit
(
$cli
->
getExitCode
()
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 22:54 (14 h, 43 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/49/4184fd3e7db723f22f092d735e53
Default Alt Text
minify (459 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment