From 35023285ddcb5235afe200ab5d05e0977f80b115 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Thu, 20 Feb 2020 14:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20jQuery=203.4=20=E4=B8=8B?= =?UTF-8?q?=E4=B8=AA=E7=89=88=E6=9C=AC=E9=BB=98=E8=AE=A4=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/common/pom.xml b/common/pom.xml index f3737af5..a703a974 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -301,6 +301,39 @@ + + + + + net.alchim31.maven + yuicompressor-maven-plugin + + + prepare-package + + compress + + + + + UTF-8 + false + true + 30000 + true + + **/*.js + **/*.css + + + **/*.min.js + **/*.min.css + **/jquery-*.js + + + + +