Page MenuHomeWickedGov Phorge

minify
No OneTemporary

Size
459 B
Referenced Files
None
Subscribers
None
#!/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

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)

Event Timeline