You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/05/27 19:38:23 UTC

[maven-fluido-skin] branch master updated: [MSKINS-168] Switch Minification Engine from YUI to CLOSURE

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
     new f966972  [MSKINS-168] Switch Minification Engine from YUI to CLOSURE
f966972 is described below

commit f966972c504c8a01a5d7a203de6438464877a8bd
Author: bakary dialaya djiba <di...@gmail.com>
AuthorDate: Tue May 26 21:48:03 2020 +0200

    [MSKINS-168] Switch Minification Engine from YUI to CLOSURE
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 90ce139..eabda9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,6 +217,7 @@ under the License.
                 <jsSourceFile>fluido.js</jsSourceFile>
               </jsSourceFiles>
               <jsFinalFile>apache-maven-fluido-${project.version}.js</jsFinalFile>
+              <jsEngine>CLOSURE</jsEngine>
             </configuration>
             <goals>
               <goal>minify</goal>