From 2779cc35e09e1b21cd63b3d8080aa23b205d7c1f Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 21 Jan 2018 02:17:22 +0100 Subject: [PATCH] included lib popper, lib fontawesome, update bootstrap, system.css fixes --- .gitmodules | 6 ++++++ lib/autoload.inc | 4 +++- lib/bootstrap | 2 +- lib/font_awesome | 1 + lib/popper | 1 + 5 files changed, 12 insertions(+), 2 deletions(-) create mode 160000 lib/font_awesome create mode 160000 lib/popper diff --git a/.gitmodules b/.gitmodules index 556bf7a..5f5c634 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,9 @@ [submodule "lib/jstree"] path = lib/jstree url = ../lib_jstree.git +[submodule "lib/font_awesome"] + path = lib/font_awesome + url = gogs@webcraft-media.de:webcraft/lib_font_awesome.git +[submodule "lib/popper"] + path = lib/popper + url = D:\\sources\\web\\test\\democracy\\lib\\system\\lib\\popper diff --git a/lib/autoload.inc b/lib/autoload.inc index 0956abb..1354152 100644 --- a/lib/autoload.inc +++ b/lib/autoload.inc @@ -16,4 +16,6 @@ require_once dirname(__FILE__).'/scssphp/autoload.inc'; require_once dirname(__FILE__).'/minify/autoload.inc'; require_once dirname(__FILE__).'/phpdocumentor/autoload.inc'; require_once dirname(__FILE__).'/phpdoc_md/autoload.inc'; -require_once dirname(__FILE__).'/jstree/autoload.inc'; \ No newline at end of file +require_once dirname(__FILE__).'/jstree/autoload.inc'; +require_once dirname(__FILE__).'/popper/autoload.inc'; +require_once dirname(__FILE__).'/font_awesome/autoload.inc'; \ No newline at end of file diff --git a/lib/bootstrap b/lib/bootstrap index b21ee2a..792823f 160000 --- a/lib/bootstrap +++ b/lib/bootstrap @@ -1 +1 @@ -Subproject commit b21ee2aa54e35388bcefbea05053045060abea8b +Subproject commit 792823ffaf53628ae36f2bce0b8204d10a01a66d diff --git a/lib/font_awesome b/lib/font_awesome new file mode 160000 index 0000000..895ccfb --- /dev/null +++ b/lib/font_awesome @@ -0,0 +1 @@ +Subproject commit 895ccfb0b94ee4c2242ea4dd211f24bc83f3eb53 diff --git a/lib/popper b/lib/popper new file mode 160000 index 0000000..2877c08 --- /dev/null +++ b/lib/popper @@ -0,0 +1 @@ +Subproject commit 2877c08185f47caf7e9c42b6242e4f708d7725df