Re: [pgAdmin4][Patch]: Run MakeFile to generate builds in production mode

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Run MakeFile to generate builds in production mode
Date: 2017-09-08 06:58:34
Message-ID: 36878128-4B09-46BE-B46F-A613B57E989F@pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

No, let's just have two targets in one makefile. It's only for our convenience.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company

> On 8 Sep 2017, at 05:34, Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
>
> Hi
>
>> On Thu, Sep 7, 2017 at 8:48 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>> Hi
>>
>>> On Thu, Sep 7, 2017 at 7:28 AM, Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
>>> Hi,
>>>
>>> When we run Webpack in production mode, it performs optimization on code while in development we don't optimize generated JS and CSS bundles as dev mode is for developer use.
>>>
>>> So we should run Webpack bundle in production mode when we are generating bundles for release mode.
>>
>> Don't we also need a bundle target for dev mode? The patch changes "make bundle" to run "yarn run bundle:prod"
> ​yes I think so.
> We can have two Makefiles - one for dev mode and other for production mode.
>>
>>>
>>> In the second patch:
>>>
>>> 1) Enabled "sourced maps" in production mode as well which will help in debugging issues.
>>>
>>> 2) Removed "yarn run linter" script when Webpack runs in production mode because it is for developer only to check if there are any syntax errors in JS modules.
>>>
>>> 3) Removed redundant script command "yarn run bundle" as "yarn run bundle:dev" does the same thing.
>>>
>>> Please find an attached patch.
>>>
>>> Thanks,
>>> Surinder
>>>
>>
>>
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-08 14:50:17 pgAdmin 4 commit: Initial draft of the 2.0 release notes.
Previous Message Surinder Kumar 2017-09-08 04:34:49 Re: [pgAdmin4][Patch]: Run MakeFile to generate builds in production mode