Maven plugin for versioning and minifying javascript

前端 未结 3 940
旧时难觅i
旧时难觅i 2021-01-30 03:15

Single Page Javascript Application

I have built a sophisticated ajax-driven single page webapp that uses a RESTful backend web service serving JSON. The javascript is

3条回答
  •  Happy的楠姐
    2021-01-30 03:50

    Take a look at the yuicompressor-maven-plugin. It can aggregate various js (as well as css) files as well as minify and obfuscate them.

提交回复
热议问题