From 011845103f4354ba008b0b98e5637df31376bea1 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 17 Jul 2014 12:21:47 -0700 Subject: [PATCH] Add Jinja-Assets-Compressor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c64abec..1e828b4f 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ long, literate-programming-style documentation generator. *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. +* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets. * [webassets](http://webassets.readthedocs.org/en/latest/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources. * [fanstatic](http://www.fanstatic.org/en/latest/) - Packages, optimizes, and serves static file dependencies as Python packages. * [fileconveyor](http://fileconveyor.org/) - Monitors changes, processes, and transports assets to CDNs and file storage systems.