From 8adbc1272ed8a45fac46255dbef3233cf246b987 Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Tue, 1 Jul 2014 16:47:33 -0500 Subject: [PATCH] Update README.md: Add fanstatic, file conveyer, and webassets --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b14450f..80d73170 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Tools for managing, compressing and minifying website assets.* * [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline javascript or CSS into a single cached file. +* [fanstatic](http://www.fanstatic.org/en/latest/) - Packages, optimizes, and serves static file dependencies as Python packages +* [file conveyer](http://fileconveyor.org/) - Monitors changes, processes, and transports assets to CDNs and file storage systems +* [webassets](http://webassets.readthedocs.org/en/latest/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources ## Caching