Re: [pgadmin-hackers] javascript and css minification process - Mailing list pgadmin-hackers

From George Gelashvili
Subject Re: [pgadmin-hackers] javascript and css minification process
Date
Msg-id CAHowoHbYyJ_hBshABhpEUCz2OGvda83pcLKjPyuzMvdbwnR2gA@mail.gmail.com
Whole thread Raw
In response to Re: [pgadmin-hackers] javascript and css minification process  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
It's not yet. Those are utility scripts that I was eventually intending to call from appropriate make targets during package build. Before we get there though, we need code changes to ensure that we load minified code vs. debug code at the appropriate times. I haven't done much with it in a while as Tira had been talking about transpiling everything into a single blob (though that required us to ensure none of the JS files were Jinja templates any more). 

Okay. We are thinking of using a javascript minification tool and run it as part of the bundling process.
We are using grunt to bundle everything (such as react code and dependencies). Other javascript and css files can be added to the bundling process as we all see fit.
 

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] javascript and css minification process
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Track disabled rows properly in the edit grid.