JSF2 Static Resource Management — Combined, Compressed

后端 未结 4 1456
一向
一向 2021-02-07 08:43

Is anyone aware of a method to dynamically combine/minify all the h:outputStylesheet resources and then combine/minify all h:outputScript resources in the render phase? The comi

4条回答
  •  -上瘾入骨i
    2021-02-07 08:52

    You may want to evaluate JAWR before implementing your own solution. I've used it in couple of projects and it was a big success. It used in JSF 1.2 projects but I think it will be easy to extend it to work with JSF 2.0. Just give it a try.

提交回复
热议问题