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 2019/12/05 17:24:15 UTC

[myfaces-tobago] branch master updated: TOBAGO-2013: Upgrade to Bootstrap 4.4.1

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


The following commit(s) were added to refs/heads/master by this push:
     new dfa1e24  TOBAGO-2013: Upgrade to Bootstrap 4.4.1
dfa1e24 is described below

commit dfa1e2496a7842572351dc4819842e451b925cfa
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Dec 5 18:23:57 2019 +0100

    TOBAGO-2013: Upgrade to Bootstrap 4.4.1
---
 .../src/main/tobago-vm/docker/apache-proxy/Dockerfile                  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/Dockerfile b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/Dockerfile
index 0a1c9ec..822c9d9 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/Dockerfile
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/Dockerfile
@@ -26,8 +26,7 @@ RUN apt-get update \
 #COPY 000-default.conf 001-ssl.conf /etc/apache2/sites-enabled/
 COPY 000-default.conf /etc/apache2/sites-enabled/
 COPY *.html /var/www/html/
-COPY *.js /var/www/html/
-COPY *.css /var/www/html/
+COPY *.css *.css.map /var/www/html/
 
 ENV APACHE_RUN_USER www-data
 ENV APACHE_RUN_GROUP www-data