Javascript and CSS files combining in Maven build WITHOUT compression, minification etc

后端 未结 4 1269

Is there an Maven plugin that just combines js and css resources but doesn\'t do any minification, obsucation, compressing etc? Just simple resources concatenation.

4条回答
  •  误落风尘
    2021-02-20 16:10

    I think most tools will allow you to turn off the minification.

    Here is another couple that look interesting:

    http://jawr.java.net/

    https://code.google.com/p/wro4j/

提交回复
热议问题