Re: [qooxdoo-devel] css and javascript external libraries minification

2015-07-01 Thread Phyo Arkar
Yes it is not the best but good result. If you combo with a JS compressor it will give a better result. For me it is enough for most cases. Because it can compress json responses too. On Wed, Jul 1, 2015 at 1:29 PM, Cyrille Rigault wrote: > Hello, and thank you for your reply. > > I was looking

Re: [qooxdoo-devel] css and javascript external libraries minification

2015-07-01 Thread Cyrille Rigault
Hello, and thank you for your reply. I was looking yesterday on some css and js compressor tools, and I found this comparison page : http://compressorrater.thruhere.net/ When you click on one compressorRater results for some popular libraries, you see that without any js compression, you have pret

Re: [qooxdoo-devel] css and javascript external libraries minification

2015-06-30 Thread Phyo Arkar
Gzip compression of web server is not enough ? On Tue, Jun 30, 2015 at 7:14 PM, Cyrille Rigault wrote: > Hello, > > I use several libraries within my qooxdoo project, and I want to merge > some css and js files into one file, then minify them using the same tools > as qooxdoo use, through the co

[qooxdoo-devel] css and javascript external libraries minification

2015-06-30 Thread Cyrille Rigault
Hello, I use several libraries within my qooxdoo project, and I want to merge some css and js files into one file, then minify them using the same tools as qooxdoo use, through the config.json file. Is there an easy way to do this ? I saw that in version 4.0 cssmin was used to minify css files,