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 09:12:34 UTC

[myfaces-tobago] 03/04: TOBAGO-2044: Evaluate use of Bootstrap 5

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 c990cfbd2c112a1b99aabc8742ab66e586c06bf3
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Jan 20 17:47:57 2021 +0100

    TOBAGO-2044: Evaluate use of Bootstrap 5
    
    * Nicer way to import JS (popper, bootstrap) - working now!
---
 .../src/main/resources/META-INF/tobago-config.xml                     | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
index 58ae978..b413a5c 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
@@ -40,8 +40,6 @@
         <includes>
           <script name="/webjars/webcomponents__custom-elements/1.2.1/custom-elements.min.js"/>
           <script name="/webjars/tether/1.4.0/js/tether.min.js"/>
-          <!-- todo bootstrap js via rollup -->
-<!--          <script name="/tobago/standard/${project.version}/js/bootstrap.bundle.min.js"/>-->
           <script name="/tobago/standard/${project.version}/js/jsf.js"/>
           <script type="module" name="/tobago/standard/${project.version}/js/tobago.min.js"/>
           <style name="/webjars/tether/1.4.0/css/tether.min.css"/>
@@ -53,8 +51,6 @@
         <includes>
           <script name="/webjars/webcomponents__custom-elements/1.2.1/externs/custom-elements.js"/>
           <script name="/webjars/tether/1.4.0/js/tether.js"/>
-          <!-- todo bootstrap js via rollup -->
-<!--          <script name="/tobago/standard/${project.version}/js/bootstrap.bundle.js"/>-->
           <script name="/tobago/standard/${project.version}/js/jsf-development.js"/>
           <script type="module" name="/tobago/standard/${project.version}/js/tobago.js"/>
 <!--