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

Поиск
Список
Период
Сортировка
От George Gelashvili
Тема Re: [pgadmin-hackers] javascript and css minification process
Дата
Msg-id CAHowoHbYyJ_hBshABhpEUCz2OGvda83pcLKjPyuzMvdbwnR2gA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgadmin-hackers] javascript and css minification process  (Dave Page <dpage@pgadmin.org>)
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] javascript and css minification process
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Track disabled rows properly in the edit grid.