pgAdmin 4 commit: More webpack cleanup - add comments liberally and ren

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: More webpack cleanup - add comments liberally and ren
Date: 2017-07-20 11:52:19
Message-ID: E1dYA0B-0001kJ-Rt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

More webpack cleanup - add comments liberally and rename lib.css to style.css

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2eb151c2d9e261ccd4a157e5f7ac00fc47b97d41
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/css/lib.css | 37 --------------------------
web/pgadmin/static/css/style.css | 37 ++++++++++++++++++++++++++
web/webpack.config.js | 57 +++++++++++++++++++++++++++++++++-------
web/webpack.shim.js | 6 +++++
4 files changed, 91 insertions(+), 46 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 12:02:52 Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] data in datagrid
Previous Message Dave Page 2017-07-20 11:49:45 pgAdmin 4 commit: Fix regressions introduced by PG10's partitioning cod