1
0
mirror of https://github.com/mrclay/minify.git synced 2025-04-24 14:22:00 +02:00

682 Commits

Author SHA1 Message Date
Elan Ruusamäe
bde7a41021 Merge pull request #610 from glensc/lesserphp
replace leafo/lessphp with marcusschwarz/lesserphp
2017-08-17 09:38:36 +03:00
Elan Ruusamäe
88aca4019d replace leafo/lessphp with marcusschwarz/lesserphp
This is a better maintained fork of lessphp. It seems to be fully
compatible, so this is more or less a drop in replacement.

Dokuwiki switched to this fork:
https://github.com/splitbrain/dokuwiki/pull/1969
2017-08-17 09:33:05 +03:00
Steve Clay
70952d88f9 Merge pull request #608 from benface/patch-1
Fix issue where minify() would corrupt some characters such as   in some environments
2017-08-10 12:22:30 -04:00
Benoît Rouleau
6b274afd0b unicode flag everywhere to fix more issues with   and MAMP 2017-08-09 17:22:32 -04:00
Benoît Rouleau
449f009b39 Fix issue where minify() would corrupt Unicode characters (such as  ) in some environments
Adding the `u` flag there fixes an issue in my environment (MAMP 4.1.1 with PHP 7.1.5) where `minify()` would corrupt the ` ` character (it would get replaced by the replacement character).
2017-07-20 20:34:49 -04:00
Elan Ruusamäe
6a5b09a00e Merge branch 'travis' 3.0.1 2017-06-08 22:33:53 +03:00
Elan Ruusamäe
93a1edd34b closure: use 20161024 version
this is version the example .min files were created
2017-06-08 22:29:56 +03:00
Elan Ruusamäe
a6531d3481 closure: use specific version
using latest may break our tests as minified result may differ
2017-06-08 22:02:16 +03:00
Elan Ruusamäe
9de63f3acc 3.0.1 release notes 2017-06-08 20:41:20 +03:00
Steve Clay
ed239fbb8b Update CSSmin to v4 2017-06-08 20:38:43 +03:00
Elan Ruusamäe
332f4bc839 cleanup 3.x branch leftover 2017-06-08 20:38:11 +03:00
Steve Clay
79e5a22321 Merge branch '3.x' 2017-05-23 16:24:09 -04:00
Elan Ruusamäe
80c01c6f02 php-cs-fixer fix 2017-04-18 18:24:17 +03:00
Elan Ruusamäe
b6e4b7f152 update cssmin import. resolves #590
refs a1489b2
2017-04-18 18:23:03 +03:00
Elan Ruusamäe
a1489b2d8a bump "tubalmartin/cssmin": "^3.1", fixes #590
https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues/39
2017-04-18 18:18:15 +03:00
Steve Clay
d041f763c9 even more relative links 2017-04-03 17:55:56 -04:00
Steve Clay
8056a4a9fb more relative docs links 2017-04-03 17:49:11 -04:00
Steve Clay
e3555570ef relative docs links 2017-04-03 17:47:37 -04:00
Steve Clay
a8304c5fb3 Update README.md 2017-04-03 17:43:17 -04:00
Steve Clay
dfb97a5c85 Checkout branch during install 2017-04-03 17:40:58 -04:00
Steve Clay
4626f6c1e0 HISTORY cleanup 2017-04-03 17:23:31 -04:00
Steve Clay
e904f2e1ae ImportProcessor can handle URIs with query strings
Fixes #479
3.0.0
2017-04-03 16:50:53 -04:00
Steve Clay
62370404c8 Make sure $min_documentRoot is copied into Env.
Fixes #585
2017-04-03 16:36:33 -04:00
Steve Clay
532a010e0e Parse LastModified date without requiring global timezone 2017-04-03 16:01:21 -04:00
srggroup
d95690abc9 Composer compatibility - check if library is inside the vendor dir 2017-03-27 08:44:02 -04:00
Steve Clay
f79794bece Upgrade CSSmin dependency
Fixes PHP 7.1 notices.
2017-03-13 11:24:44 -04:00
Steve Clay
5d334009ee Merge branch '2.x' 2017-03-13 11:20:03 -04:00
Steve Clay
cc1bd24af6 Merge pull request #541 from mrclay/static
Minify now allows static file serving
2017-01-20 09:15:03 -05:00
Steve Clay
5f15af469d Merge branch 'master' into static 2017-01-18 21:09:38 -05:00
Steve Clay
234b9459ca Merge pull request #564 from mrclay/empty_url_2x
URI rewriter passes through empty URLs
2017-01-18 21:08:30 -05:00
Steve Clay
8333f333be URI rewriter passes through empty URLs
Fixes #561
2017-01-18 21:05:07 -05:00
Steve Clay
a07991c052 Merge pull request #563 from mrclay/561_empty_url
URI rewriter passes through empty URLs
2017-01-18 21:01:09 -05:00
Steve Clay
b874144e99 Merge pull request #562 from mrclay/less_fix_tests
Require later SCSS PHP for tests
2017-01-18 20:59:28 -05:00
Steve Clay
ddf3a4e57f Require later SCSS PHP for tests
No longer test PHP 5.3
2017-01-18 20:55:49 -05:00
Steve Clay
12b9096b23 URI rewriter passes through empty URLs
Fixes #561
2017-01-18 18:48:24 -05:00
Steve Clay
d1786045b2 Merge pull request #557 from MikeOtown/patch-1
correct typo - CSS -> JS
2016-12-22 10:49:05 -05:00
Michael Wasson
94436b214d correct typo - CSS -> JS 2016-12-22 08:43:05 -05:00
Elan Ruusamäe
1936c946e8 firephp/firephp-core is optional dependency 2016-12-08 16:13:19 +02:00
Elan Ruusamäe
625bc5ac0a fix unzip overwrite. refs 56d55ab 2016-12-06 20:38:17 +02:00
Elan Ruusamäe
1f5641ea2c Merge pull request #556 from glensc/closure-compiler-options
add support for closure compiler options
2016-12-06 20:17:15 +02:00
Elan Ruusamäe
6fc0648a0d phpunit: verbose output of run summary 2016-12-06 17:16:37 +02:00
Elan Ruusamäe
56d55abc01 travis: install closure compiler 2016-12-06 17:16:21 +02:00
Elan Ruusamäe
005dc26e22 tests: skip rather than fail if nailgun.jar is missing 2016-12-06 17:11:23 +02:00
Elan Ruusamäe
ed209f9a84 remove var_dump debug from test output 2016-12-06 17:11:23 +02:00
Elan Ruusamäe
8fe915f486 test $jscomp polyfill output 2016-12-06 17:11:04 +02:00
Elan Ruusamäe
6a330d9091 pass any option to closure compiler 2016-12-06 16:59:36 +02:00
Elan Ruusamäe
8949df33dd add testcase for js minify that produces $jscomp polyfills
with recent closure compiler default input language has changed from ES3 to ES6 produces $jscomp polyfills
2016-12-06 14:46:46 +02:00
Elan Ruusamäe
b8c79ac8d4 Minify: add details to ContentType mismatch errors 2016-11-02 15:53:15 +02:00
Elan Ruusamäe
b31ddbf4c1 add missing .scss to css type map. #549 2016-10-17 15:14:56 +03:00
Elan Ruusamäe
74042c87ad allow .scss via f= param. #549 2016-10-17 14:22:30 +03:00