From bbfc8c886a75efbdbbb31f0f187142caacc8431c Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Sun, 29 Sep 2013 11:00:26 -0400 Subject: [PATCH] Remove force_minify flag for min/activity.js. This has been deployed, so the current code is now properly minified, and we don't need the force_minify flag any more. (The flag is needed when you remove a JS file from JS_SPECS.) (imported from commit 8b3c7ffdbc875011d59c2560034750f0077db616) --- zproject/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zproject/settings.py b/zproject/settings.py index c453b1ac59..f8e8991350 100644 --- a/zproject/settings.py +++ b/zproject/settings.py @@ -404,7 +404,6 @@ JS_SPECS = { 'source_filenames': ( 'third/sorttable/sorttable.js', ), - 'force_minify': True, 'output_filename': 'min/activity.js' }, }