From 363d653ea8253b454b0f4a3bf93b326b4ee2746f Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 2 Jul 2024 23:53:20 +0100 Subject: [PATCH] Remove outdated `Less.php.combine` file This was used in the past to create a single-file distribution, such as wp-less-to-css does at https://github.com/bassjobsen/jbst/tree/2.1.0/vendor/wp-less-to-css/less-php To my knowledge, no other user of this package uses this, and the above has not been updated since 10 years ago, when this package was still under the name oyejorge/less.php version 1.6.1. If and when they update, whether this is a standalone file or a standalone directory will be a trivial difference. They can use either the Composer package, or they can commit the library as standalone subdirectory. In that case they would only need to change the require_once from "Less.php" to "Less/Autoloader.php", and then use it the same as before. Change-Id: I9be2468d21e185f875d76125ac89199395530d26 --- lib/Less/Less.php.combine | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lib/Less/Less.php.combine diff --git a/lib/Less/Less.php.combine b/lib/Less/Less.php.combine deleted file mode 100644 index d63cc789..00000000 --- a/lib/Less/Less.php.combine +++ /dev/null @@ -1,17 +0,0 @@ - -./Parser.php -./Colors.php -./Environment.php -./Functions.php -./Mime.php -./Tree.php -./Output.php -./Visitor.php -./VisitorReplacing.php -./Configurable.php -./Tree -./Visitor -./Exception/Parser.php -./Exception/ -./Output -./SourceMap