Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d9BZq-00009H-GI for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 May 2017 14:29:54 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1d9BZq-000494-2x for pgadmin-hackers@arkaria.postgresql.org; Fri, 12 May 2017 14:29:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1d9BZb-0003fb-PB for pgadmin-hackers@postgresql.org; Fri, 12 May 2017 14:29:39 +0000 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1d9BZX-0000g6-UH for pgadmin-hackers@postgresql.org; Fri, 12 May 2017 14:29:39 +0000 Received: by mail-oi0-x22d.google.com with SMTP id l18so67656425oig.2 for ; Fri, 12 May 2017 07:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=ByL/BcV/oI8yhJmxcIoXlXGRVnjW86Rs5xyOLpV+7ew=; b=GgmK5MnkEZMC0YlCOIXLsWLsEKyeNIXNPIVmOuk155Iix1w14fJsxqOtXJeXbM1qPi jilvgDHV3lJG2fJQmNiiwbyexoPb5AY5mk7GfGVFAKffDe5ghQk+EdzFwXEm4hVPiaN7 XgFCAKhqiosYkabfWtumMDjQwEZHmbNm11rFXPsIOvduYOGKPHDpQyfddMSmsy7P1CGf qdP2Cp0pA2sp59KngbRKhvJSioqAkdXDGXIJGRxH9dW6qr8Q0nJxGJxvzpjRwJ8X1PBr abFdy+pEE27xIJuBaTG/ntDvY0lF65qSa8PWtCUEsm5LRo4P3W3AttXqlNRuPIVsqjNI +ysw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=ByL/BcV/oI8yhJmxcIoXlXGRVnjW86Rs5xyOLpV+7ew=; b=cftdohcgQp6JKaxnN2dtYSl9llTTV6UYcstcJaZpi1lQFG/PtMesXgRifHkwgvOHmu F2lfZQhSWyXrZWYOXybjmVqXCG0xHFrowCq/fyGiH+t4FbSkL5CUHv09V8m+uw7zVhQA GdsLXlA+YUMyqInQ2yeE9zbTHQvXuAI+He2mXoQgcrnus0OtUz2BEvLnWvcsdva3c9u6 c+a3kOl9uJCYVSNFzTImksJng1/B+24zbbxg68ULV9XN2YrCGnI3zclF+JaGGlPJaOkT u1cUQ9QGNJknZjIYEBJbXVse/re+yBQ0XhBMSv5sNMgiDvjBGGzEjgGAY0z6Wnp8bxD6 pAAw== X-Gm-Message-State: AODbwcBT6E4LboFtdig8vz1mEzvRSgC/scrr+cDIpdcv/8zY7YN2FooO ExnxLlRIebYpgxCRu+pyosV0MqeRjSMK X-Received: by 10.202.106.148 with SMTP id f142mr1727121oic.16.1494599372413; Fri, 12 May 2017 07:29:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.102.70 with HTTP; Fri, 12 May 2017 07:29:31 -0700 (PDT) From: George Gelashvili Date: Fri, 12 May 2017 10:29:31 -0400 Message-ID: Subject: javascript and css minification process To: pgadmin-hackers Cc: Dave Page Content-Type: multipart/alternative; boundary="001a114087daacb457054f5488d1" X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a114087daacb457054f5488d1 Content-Type: text/plain; charset="UTF-8" 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 --001a114087daacb457054f5488d1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello

We're looking at the js and css min= imization python code to investigate minification as part of the pgadmin ar= tifact build process.

We're wondering why mini= mise.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 requirem= ents.txt

When is the minification performed?
=

Thanks,
Joao and George
--001a114087daacb457054f5488d1--