From 5f6c3c459ec627c38f2cd15c1632e6ceddd13dc7 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 7 Jul 2022 13:58:53 +0530 Subject: [PATCH] chore: mv common static files to common-static --- Makefile | 1 + .../templates/common/components/base.html | 2 +- .../templates/common/components/meta.html | 34 +++++++++--------- .../templates/common/components/nav/pub.html | 2 +- .../dash => common-static}/css/main.css | 0 common-static/css/mobile.css | 0 .../img/android-icon-144x144.png | Bin .../img/android-icon-192x192.png | Bin .../img/android-icon-36x36.png | Bin .../img/android-icon-48x48.png | Bin .../img/android-icon-72x72.png | Bin .../img/android-icon-96x96.png | Bin .../img/apple-icon-114x114.png | Bin .../img/apple-icon-120x120.png | Bin .../img/apple-icon-144x144.png | Bin .../img/apple-icon-152x152.png | Bin .../img/apple-icon-180x180.png | Bin .../img/apple-icon-57x57.png | Bin .../img/apple-icon-60x60.png | Bin .../img/apple-icon-72x72.png | Bin .../img/apple-icon-76x76.png | Bin .../img/apple-icon-precomposed.png | Bin .../dash => common-static}/img/apple-icon.png | Bin .../img/browserconfig.xml | 0 .../img/favicon-16x16.png | Bin .../img/favicon-32x32.png | Bin .../img/favicon-96x96.png | Bin .../dash => common-static}/img/favicon.ico | Bin .../dash => common-static}/img/manifest.json | 0 .../img/ms-icon-144x144.png | Bin .../img/ms-icon-150x150.png | Bin .../img/ms-icon-310x310.png | Bin .../img/ms-icon-70x70.png | Bin .../dash => common-static}/img/tmp-logo.png | Bin dash/templates/dash/common/base.html | 2 +- .../dash/common/components/primary-nav.html | 2 +- 36 files changed, 22 insertions(+), 21 deletions(-) rename {dash/static/dash => common-static}/css/main.css (100%) create mode 100644 common-static/css/mobile.css rename {dash/static/dash => common-static}/img/android-icon-144x144.png (100%) rename {dash/static/dash => common-static}/img/android-icon-192x192.png (100%) rename {dash/static/dash => common-static}/img/android-icon-36x36.png (100%) rename {dash/static/dash => common-static}/img/android-icon-48x48.png (100%) rename {dash/static/dash => common-static}/img/android-icon-72x72.png (100%) rename {dash/static/dash => common-static}/img/android-icon-96x96.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-114x114.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-120x120.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-144x144.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-152x152.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-180x180.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-57x57.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-60x60.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-72x72.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-76x76.png (100%) rename {dash/static/dash => common-static}/img/apple-icon-precomposed.png (100%) rename {dash/static/dash => common-static}/img/apple-icon.png (100%) rename {dash/static/dash => common-static}/img/browserconfig.xml (100%) rename {dash/static/dash => common-static}/img/favicon-16x16.png (100%) rename {dash/static/dash => common-static}/img/favicon-32x32.png (100%) rename {dash/static/dash => common-static}/img/favicon-96x96.png (100%) rename {dash/static/dash => common-static}/img/favicon.ico (100%) rename {dash/static/dash => common-static}/img/manifest.json (100%) rename {dash/static/dash => common-static}/img/ms-icon-144x144.png (100%) rename {dash/static/dash => common-static}/img/ms-icon-150x150.png (100%) rename {dash/static/dash => common-static}/img/ms-icon-310x310.png (100%) rename {dash/static/dash => common-static}/img/ms-icon-70x70.png (100%) rename {dash/static/dash => common-static}/img/tmp-logo.png (100%) diff --git a/Makefile b/Makefile index aca3588..ad56d80 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ env: ## Install all dependencies @-virtualenv venv . ./venv/bin/activate && pip install -r requirements.txt . ./venv/bin/activate && ./integration/ci.sh init + . ./venv/bin/activate && yes yes | python manage.py collectstatic freeze: ## Freeze python dependencies @. ./venv/bin/activate && pip freeze > requirements.txt diff --git a/accounts/templates/common/components/base.html b/accounts/templates/common/components/base.html index 5622d68..caa4c39 100644 --- a/accounts/templates/common/components/base.html +++ b/accounts/templates/common/components/base.html @@ -3,7 +3,7 @@ - + {% block title %} {% endblock %} {% include "common/components/meta.html" %} diff --git a/accounts/templates/common/components/meta.html b/accounts/templates/common/components/meta.html index 8585cf2..dca8d2d 100644 --- a/accounts/templates/common/components/meta.html +++ b/accounts/templates/common/components/meta.html @@ -1,10 +1,10 @@ {% load static %} - + @@ -23,76 +23,76 @@ - + diff --git a/accounts/templates/common/components/nav/pub.html b/accounts/templates/common/components/nav/pub.html index fe1b3fa..fae4009 100644 --- a/accounts/templates/common/components/nav/pub.html +++ b/accounts/templates/common/components/nav/pub.html @@ -3,7 +3,7 @@