Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Julien NICOLAS
Yes, I can elaborate a better explanation. I would like to be sure that there is no historical mistake with the minified files before digging further. I'll open a Jira and make an example to explain my proposal. Regards, Julien. Le 27/08/2018 à 15:00, Taher Alkhateeb a écrit : Can you

Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Taher Alkhateeb
Can you elaborate on how you want to design this feature? Are you going to minify the existing file or generate a new one. If you generate a new one how will you update the screens to refer to the minified version? Some elaboration on the design might help to make a better decision here perhaps?

Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Julien NICOLAS
Yes ! This is exactly what I have in mind ;) Using this feature in production using Gulp, It's a pain when you have to debbug in minified version. Julien. Le 27/08/2018 à 12:02, Mathieu Lirzin a écrit : Hello Julien, Julien NICOLAS writes: I would like to optimize css and less

Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Jacques Le Roux
Le 27/08/2018 à 12:02, Mathieu Lirzin a écrit : Hello Julien, Julien NICOLAS writes: I would like to optimize css and less management using gradle. I saw that some gradle plugins exists for transpilation (or compilation...) less to css and minify and gzip css files. What do you think if I

Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Mathieu Lirzin
Hello Julien, Julien NICOLAS writes: > I would like to optimize css and less management using gradle. > I saw that some gradle plugins exists for transpilation (or > compilation...) less to css and minify and gzip css files. > > What do you think if I try to set it in trunk ? I saw that a

Re: Gradle, Less, Css : Transpile and minify

2018-08-27 Thread Deepak Dixit
Hi Nicolas, I think we were using yuicompressor, It was conflicting with BIRT reporting tool. Here are the reference ticket https://issues.apache.org/jira/browse/OFBIZ-4849 https://issues.apache.org/jira/browse/OFBIZ-5070 I like the idea to have minified js/css files. You can create a ticket