1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-21 07:22:26 +01:00

474 Commits

Author SHA1 Message Date
Steve Clay
7c607ff932 Allow specifying files via $min_symlinks paths
If you have an alias/symlink like "//~name" => "/full/path", then you can
now serve with the more logical URL http://example.com/min/?f=~name/foo.css

Fixes #137
2015-09-28 21:50:32 -04:00
Steve Clay
db8915b2db Update README.md 2015-09-28 21:21:07 -04:00
Steve Clay
6e08631c1d Merge pull request #475 from mrclay/css_docs
Migrate to CSSmin and docs overhaul
2015-09-28 21:18:15 -04:00
Steve Clay
61ba5a47a5 Huge docs overhaul for 3.x 2015-09-28 20:32:56 -04:00
Steve Clay
0bc3769802 Make CSSmin the default CSS compressor 2015-09-28 20:32:56 -04:00
Steve Clay
db1ea29133 Merge pull request #474 from mrclay/min_root
Collapse "min" into project root and get unit tests working.
2015-09-28 20:31:37 -04:00
Steve Clay
e596b35fc4 Collapse "min" into project root and get unit tests working.
Fixes #472
2015-09-28 15:39:25 -04:00
Steve Clay
2720239c8c Provide JSMin via composer 2015-09-27 19:56:33 -04:00
Steve Clay
0cb403096b Merge branch 'master' into 3.0 2015-09-27 18:05:56 -04:00
Steve Clay
de8e8be37e Merge commit '5b6b891cc379be1b9c014a5bb070e5e2e792d64c' into 3.0 2015-09-27 18:02:48 -04:00
Steve Clay
80f50b1915 Merge commit 'd233b65d3dc183933c5be8a16b5b7eaf313ef66c' into 3.0 2015-09-27 17:44:11 -04:00
Steve Clay
2e79efe47c Merge commit 'cabd595a5aebf87e5d229814564aa3b466908be1' into 3.0 2015-09-27 17:10:24 -04:00
Steve Clay
f88109bbf1 Merge commit '3c11ba8232a2155a1a29552aafc528be5fb0a662' into 3.0 2015-09-27 17:09:50 -04:00
Steve Clay
f928043059 Merge commit 'ecbb5ae3768f3cf584b234ad9682a721cc17b1db' into 3.0 2015-09-27 17:09:27 -04:00
Steve Clay
588c859a78 Merge commit 'bd9a450694cda1b54c43a1784adabe36ad522d89' into 3.0 2015-09-27 17:08:58 -04:00
Steve Clay
f941628393 Merge commit 'bceffd5afb0a578f7b4c366cd97a6ec1f3252d10' into 3.0 2015-09-27 17:01:41 -04:00
Steve Clay
6b01037509 Merge commit '153e08b5a0ad16fbeb5d7bd6494225914b1840e9' into 3.0 2015-09-27 17:00:29 -04:00
Steve Clay
a16413a6b1 Merge commit 'ce109925aa11aa31e6b196aa7b931207ff936e5b' into 3.0 2015-09-27 16:52:33 -04:00
Steve Clay
20fe2fd67c Merge commit 'a0c5ecb514a0f20aa072c11748e6d2dd99626c28' into 3.0 2015-09-27 16:50:00 -04:00
Matthias Fax
2847351c10 Add Wincache
Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
2015-09-27 16:37:46 -04:00
Steve Clay
24e7b0fbfe Updated wiki URLs 2015-09-27 16:25:33 -04:00
Steve Clay
1c3c370dd4 Adds server-info.php 2015-09-26 23:27:29 -04:00
Steve Clay
9eaef368e0 Update FirePHP 2015-09-26 23:16:42 -04:00
Steve Clay
5b6b891cc3 Update UriRewriting.wiki.md 2015-09-26 16:03:05 -04:00
Steve Clay
d71b11ec98 Update CommonProblems.wiki.md 2015-09-22 13:16:36 -04:00
Steve Clay
44e35e69c3 Update README.md 2015-09-22 13:12:46 -04:00
Steve Clay
c24af9fe02 Update README.md 2015-09-22 13:09:41 -04:00
Steve Clay
69019960c9 Update README.md 2015-09-22 13:06:25 -04:00
Steve Clay
0dea940e5f README changes 2015-09-04 17:46:03 -04:00
Steve Clay
f1ef53e84e Add wiki docs and point to some of them (lots of work left here) 2015-09-04 17:38:45 -04:00
Kaue Santoja
d233b65d3d Adds config option to concatenate files only 2015-09-03 14:26:35 -04:00
Elan Ruusamäe
cabd595a5a Merge pull request #142 from KTOmega/readme
Make README into Markdown
2015-04-20 14:49:55 +03:00
Kevin Tran
f9b728918a Make README into Markdown 2015-04-19 23:44:22 -07:00
Kevin Tran
73a085b6c1 Rename README.txt to README.md 2015-04-19 23:41:18 -07:00
Elan Ruusamäe
7775469b78 Merge pull request #131 from glensc/clean-bundled-libs
Clean bundled libs
2014-12-13 15:59:02 +02:00
Elan Ruusamäe
d3006ddb63 add firephp and cssmin as reqired in composer 2014-12-01 20:41:48 +02:00
Elan Ruusamäe
76e2669180 drop bundled CSSmin, use tubalmartin/cssmin from packagist instead 2014-11-30 17:30:57 +02:00
Elan Ruusamäe
4f0741a935 drop bundled firephp, use firephp/firephp-core from packagist instead 2014-11-30 17:30:37 +02:00
Elan Ruusamäe
44683b2e63 Merge pull request #126 from glensc/autoloader
rework classloader
2014-11-17 23:23:11 +02:00
Steve Clay
3c11ba8232 Merge pull request #128 from fisharebest/gitattributes
Exclude build/development tools from releases using .gitattributes
2.2.1
2014-10-30 18:58:02 -04:00
Greg Roach
ecbb5ae376 Exclude build/development tools from releases using .gitattributes 2014-10-24 09:29:20 +01:00
Elan Ruusamäe
0e9e1237c6 make composer dependency required
NOTE: this changes required minimum PHP version to 5.3.3
2014-10-16 00:04:51 +03:00
Elan Ruusamäe
efe603d454 add firephp to composer 2014-10-12 18:30:31 +03:00
Elan Ruusamäe
bce6facdca remove duplicate $keys. refs bceffd5 2014-10-12 17:34:00 +03:00
Elan Ruusamäe
0cbbcd0a53 get rid of $min_libPath 2014-10-12 17:21:21 +03:00
Elan Ruusamäe
4b8de3d14c use autoloader in tests 2014-10-12 17:15:49 +03:00
Elan Ruusamäe
96da497e9c rework classloader
- make it available in config
- always use classloader, no manual require
- compatible for future composer alternative
2014-10-12 16:28:41 +03:00
Steve Clay
4b495f6ae0 Merge pull request #125 from mrclay/WIP_dynamic_objects
Add dynamic objects and LESS support!
2014-10-01 16:04:29 -04:00
Steve Clay
d9bebb5566 Merge pull request #124 from glensc/WIP_lessphp
WIP lesscss integration. #112
2014-10-01 16:00:19 -04:00
Elan Ruusamäe
16069cc0c0 lesscss integration. #112 2014-10-01 16:37:27 +03:00