summaryrefslogtreecommitdiffstats
path: root/requirements_prod.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-02-08 21:03:52 -0600
committerDan McGee <dan@archlinux.org>2013-02-08 21:03:52 -0600
commit8d79a1ea84756b016fb76d940e95a8885d014dae (patch)
tree28fd74d84d886760dc87aa4cc459188348674e65 /requirements_prod.txt
parentf98ff8cd22185c11dccdbe19b5bb7ed849b38e6b (diff)
downloadarchweb-8d79a1ea84756b016fb76d940e95a8885d014dae.tar.gz
archweb-8d79a1ea84756b016fb76d940e95a8885d014dae.zip
Minify static files when running collectstatic
This doesn't do any super optimizations, but does run the very basic cssmin and jsmin Python tools over the static resources we serve up. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r--requirements_prod.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt
index ee1b17ad..705c56bb 100644
--- a/requirements_prod.txt
+++ b/requirements_prod.txt
@@ -1,8 +1,10 @@
+-e git+git://github.com/fredj/cssmin.git@master#egg=cssmin
Django==1.4.3
Markdown==2.2.1
South==0.7.6
bencode==1.0
django-countries==1.5
+jsmin==2.0.2-1
pgpdump==1.4
psycopg2==2.4.6
pyinotify==0.9.4