From 86ec6ffdcd622e09fac167c966dd7ebb5de2bbc9 Mon Sep 17 00:00:00 2001 From: Wyatt Anderson Date: Tue, 1 Jul 2014 17:19:28 -0400 Subject: [PATCH] Add webassets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b14450f..00c75cd3 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ 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. +* [webassets](https://github.com/miracle2k/webassets) - Asset management for Python web development - merge, compress and compile JavaScript, CSS, CoffeeScript, LESS, etc. ## Caching