1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-15 09:59:39 +01:00

554 Commits

Author SHA1 Message Date
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
Elan Ruusamäe
bd9a450694 update cssmin to v2.4.8-4. fixes #123 2014-09-25 14:40:53 +03:00
Steve Clay
beb750df3e Fix Files and Groups controllers, cleanup unused stuff 2014-09-23 11:47:20 -04:00
Steve Clay
9716fe802c Remove unneeded checkType in MinApp 2014-09-23 11:14:00 -04:00
Steve Clay
6d9fe1531e WIP: Huge overhaul. min app works! 2014-09-23 11:09:09 -04:00
Steve Clay
c75f97f3bc (WIP) Move to dynamic objects, adds env & source factory 2014-09-22 15:04:05 -04:00
Steve Clay
4910238a9f remove unneeded pack() 2014-09-21 13:01:09 -04:00
Steve Clay
7ff9438362 Rename cache interface in pref for namespaces 2014-09-21 13:00:03 -04:00
Elan Ruusamäe
ee47d21be2 rename Minify_Cache_Abstract class to Minify_Cache_Interface interface 2014-09-21 12:50:54 -04:00
Elan Ruusamäe
31a80b43a6 if no Cache is defined, create Minify_Cache_Null 2014-09-21 12:50:54 -04:00
Elan Ruusamäe
5193c76581 add Null cache 2014-09-21 12:50:53 -04:00
Elan Ruusamäe
bd8f3faacc add Minify::getCache() and Minify_Cache_Abstract that all cache classes must implement 2014-09-21 12:50:53 -04:00
acidvertigo
f29e1e6b06 Code clean 2014-09-21 12:50:53 -04:00
Elan Ruusamäe
54cec8b304 remove two DOS EOL 2014-09-21 12:50:53 -04:00
Matthias Fax
bb67f5762b Add Wincache
Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
2014-09-21 12:50:53 -04:00
Steve Clay
d1b299d33f Merge pull request #121 from mrclay/source_interface
Adds source interface https://github.com/mrclay/minify/issues/116
2014-09-21 10:06:24 -04:00
Elan Ruusamäe
bceffd5afb remove duplicate $keys assignment 2014-09-21 14:31:30 +03:00
Steve Clay
d40d71cdff Adds source interface https://github.com/mrclay/minify/issues/116 2014-09-20 23:37:50 -04:00
acidvertigo
153e08b5a0 Code clean 2014-09-20 14:21:31 +03:00
Elan Ruusamäe
ce109925aa remove two DOS EOL 2014-09-20 10:34:23 +03:00
Elan Ruusamäe
a0c5ecb514 Merge pull request #102 from greensolid-technologies/master
Add support for Wincache
2014-09-19 16:43:51 +03:00