mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 17:19:54 +02:00
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.
This commit is contained in:
@@ -11,6 +11,10 @@ The stats above are from a [brief walkthrough](http://mrclay.org/index.php/2008/
|
||||
|
||||
Relative URLs in CSS files are rewritten to compensate for being served from a different directory.
|
||||
|
||||
## Static file serving
|
||||
|
||||
Version 3 allows [serving files directly from the filesystem](static/README.md) for much better performance. We encourage you to try this feature.
|
||||
|
||||
## Support
|
||||
|
||||
Post to the [Google Group](http://groups.google.com/group/minify).
|
||||
|
Reference in New Issue
Block a user