You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/01/21 16:54:47 UTC

[myfaces-tobago] 02/02: TOBAGO-1932: Refactor Bootstrap Theme Building

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 6667e8b9c50711372312e6352648ced44f8917b5
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Jan 21 12:23:58 2021 +0100

    TOBAGO-1932: Refactor Bootstrap Theme Building
    
    * getting font-awesome via npm
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index c44a141..904557d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -997,6 +997,7 @@
               <!-- local npm for IDE -->
               <exclude>npm/node/**/*</exclude>
               <exclude>npm/node_modules/**/*</exclude>
+              <exclude>npm/dist/**/*</exclude>
 
             </excludes>
           </configuration>