Re: CSS files are not combined into one single file

2020-06-18 Thread Carlos Montero Canabal
Hi Dongmei, I wrote some years ago a mini post about it: http://tapestry5.dev-util.com/optimization/cssstack In the example you can see how to create the css stack by maven plugin or, (my preferred option) by less file. You only have to create a new less file and import into them all css or less

CSS files are not combined into one single file

2020-06-18 Thread Dongmei Cao
Hi Everyone, I’m trying to improve the initial loading time of my application. I noticed that the CSS files are loaded by one by one. Currently I see 5 CSS files from tapestry5, plus a few more from my own application. I have upgraded to Tapestry 5.5.0. Per https://tapestry.apache.org/as