Elan Ruusamäe
332f4bc839
cleanup 3.x branch leftover
2017-06-08 20:38:11 +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
dfb97a5c85
Checkout branch during install
2017-04-03 17:40:58 -04:00
Steve Clay
5f15af469d
Merge branch 'master' into static
2017-01-18 21:09:38 -05:00
Michael Wasson
94436b214d
correct typo - CSS -> JS
2016-12-22 08:43:05 -05:00
Steve Clay
59d4c97ffc
Minify now allows static file serving
...
With slightly altered URLs, Minify can cache files so they're served directly
from the filesystem instead of through PHP. A simple library helps create URLs
and clearing the cache.
See `static/README.md` for details.
2016-06-29 12:43:57 -04:00
Steve Clay
b7cf3808d7
Improves README and add install doc page
...
Shows how to install as a composer dependency
2016-04-02 11:46:29 -04:00
Elan Ruusamäe
7c95ee7540
Update Debugging.wiki.md
2016-03-08 08:50:52 +02:00
Elan Ruusamäe
c29dc274c4
Update CommonProblems.wiki.md
2016-03-08 08:49:11 +02:00
Steve Clay
7dbd2c87e4
Minify no longer tries to minify -min.js/.min.js files
...
2.2 used empty string as a magical value meaning do not minify, but
in the refactoring `Minify::combineMinify` forgot to interpret this
value that way and instead inherited the default compressor for the type.
This eliminates `""` as a magical value, but for BC rewrites it to
`Minify::nullMinifier` in the sources.
Fixes #499
2016-02-26 11:17:55 -05:00
Steve Clay
316a109032
Port last of min_unit_tests, remove references to it, add composer script
2015-11-22 13:57:53 -05:00
Steve Clay
590cf9b57e
Update Debugging.wiki.md
2015-10-02 13:40:12 -04:00
Steve Clay
d184597a2f
Update UriRewriting.wiki.md
2015-10-02 11:12:02 -04:00
Steve Clay
5793db9098
Update CommonProblems.wiki.md
2015-09-29 15:57:40 -04:00
Steve Clay
ed06912f74
Update CommonProblems.wiki.md
2015-09-29 15:55:37 -04:00
Steve Clay
e2efb342a8
Remove JSMin+ and old, unfinished CssCompressor port
...
JSMin+ was a good effort but is unmaintained and has collected several
reports of impractical memory usage for a project like this.
2015-09-29 10:38:22 -04:00
Steve Clay
fede83cd48
Version constant bump, disable min_extras, docs updates
2015-09-29 10:12:47 -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
1c3c370dd4
Adds server-info.php
2015-09-26 23:27:29 -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
f1ef53e84e
Add wiki docs and point to some of them (lots of work left here)
2015-09-04 17:38:45 -04:00