javascript and css minification process

From: George Gelashvili <ggelashvili(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: Dave Page <dpage(at)pgadmin(dot)org>
Subject: javascript and css minification process
Date: 2017-05-12 14:29:31
Message-ID: CAHowoHY1hq-+ibR-+jkQxtGUr9T0Ov0XbFp6hW=KbV-euh=wZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello

We're looking at the js and css minimization python code to investigate
minification as part of the pgadmin artifact build process.

We're wondering why minimise.py is currently only manually invokable, via
the minimise make step.

Also it seems like currently, minimise.py's dependencies (rcssmin and
rjsmin) are not being included in any requirements.txt

When is the minification performed?

Thanks,
Joao and George

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-12 14:37:51 Re: javascript and css minification process
Previous Message Surinder Kumar 2017-05-12 14:20:28 Re: pgAdmin 4 commit: Improve handling of nulls and default values in the d