pgAdmin 4 commit: Minify HTML with Flask-HTMLMIN

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Minify HTML with Flask-HTMLMIN
Date: 2016-11-18 16:42:42
Message-ID: E1c7mFO-0003Pz-64@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Minify HTML with Flask-HTMLMIN

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=020bf1d5324d6d2d1a156b913649b70f8fad7934

Modified Files
--------------
Make.bat | 1 -
pkg/mac/build.sh | 1 -
requirements_py2.txt | 2 +-
requirements_py3.txt | 2 +-
web/config.py | 5 +----
web/pgadmin/__init__.py | 14 +++-----------
6 files changed, 6 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-11-19 17:57:22 Patch for RM1911 Direct file navigation [pgAdmin4] [Feature]
Previous Message Dave Page 2016-11-18 15:47:42 pgAdmin 4 commit: Add file resources to the windows runtime. Fixes #187