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

后端 未结 4 1271

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:30

    I've used YUI Compressor for years. Used to do it in ANT, but there is also a maven plugin as well. The following link is an example for aggregation:

    http://alchim.sourceforge.net/yuicompressor-maven-plugin/ex_aggregation.html

提交回复
热议问题