From 4e45c1d0bc9c1f566df465d69f26fef2e602c587 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 18 Jan 2020 19:59:02 +0100 Subject: [PATCH] Removed font-awesome full submodule clone. Use the CDN-provided all.css file instead. It won't work if the webapp runs on a device not connected to the internet, but it saves a lot of installation space. --- .gitmodules | 3 --- platypush/backend/http/static/font-awesome | 1 - platypush/backend/http/templates/index.html | 3 ++- platypush/plugins/esp/__init__.py | 3 --- 4 files changed, 2 insertions(+), 8 deletions(-) delete mode 160000 platypush/backend/http/static/font-awesome diff --git a/.gitmodules b/.gitmodules index cab1b6b0..21301100 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "platypush/backend/http/static/font-awesome"] - path = platypush/backend/http/static/font-awesome - url = https://github.com/FortAwesome/Font-Awesome [submodule "docs/wiki"] path = docs/wiki url = https://github.com/BlackLight/platypush.wiki.git diff --git a/platypush/backend/http/static/font-awesome b/platypush/backend/http/static/font-awesome deleted file mode 160000 index fcbfba1f..00000000 --- a/platypush/backend/http/static/font-awesome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fcbfba1f7e445f3e135b311cb92cefdaa2634fb9 diff --git a/platypush/backend/http/templates/index.html b/platypush/backend/http/templates/index.html index c564c140..a0e7d317 100644 --- a/platypush/backend/http/templates/index.html +++ b/platypush/backend/http/templates/index.html @@ -6,7 +6,8 @@ - +