mirror of
https://github.com/mrclay/minify.git
synced 2025-08-31 17:42:02 +02:00
Port last of min_unit_tests, remove references to it, add composer script
This commit is contained in:
@@ -21,8 +21,8 @@ if (! $cli->validate()) {
|
||||
if ($cli->isHelpRequest) {
|
||||
echo $cli->getArgumentsListing();
|
||||
}
|
||||
echo "EXAMPLE: ./minify.php ../../min_unit_tests/_test_files/js/*.js\n";
|
||||
echo "EXAMPLE: ./minify.php -d../.. ../../min_unit_tests/_test_files/css/*.css\n";
|
||||
echo "EXAMPLE: ./minify.php ../../tests/_test_files/js/*.js\n";
|
||||
echo "EXAMPLE: ./minify.php -d../.. ../../tests/_test_files/css/*.css\n";
|
||||
echo "EXAMPLE: echo \"var js = 'Awesome' && /cool/;\" | ./minify.php -t js\n";
|
||||
echo "EXAMPLE: echo \"sel > ector { prop: 'value '; }\" | ./minify.php -t css\n";
|
||||
echo "\n";
|
||||
|
@@ -18,7 +18,7 @@ if (! $cli->validate()) {
|
||||
if ($cli->isHelpRequest) {
|
||||
echo $cli->getArgumentsListing();
|
||||
}
|
||||
echo "EXAMPLE: ./rewrite-uris.php -v -d../.. ../../min_unit_tests/_test_files/css/paths_rewrite.css ../../min_unit_tests/_test_files/css/comments.css
|
||||
echo "EXAMPLE: ./rewrite-uris.php -v -d../.. ../../tests/_test_files/css/paths_rewrite.css ../../tests/_test_files/css/comments.css
|
||||
\n";
|
||||
exit(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user