From 9cbb41326460e2b45d5e6171451258e22622b811 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Mon, 4 Dec 2017 16:53:30 -0300 Subject: [PATCH] Move static resources into /static/ dir --- {src/renderer/dist => static}/favicon.ico | Bin {src/renderer/dist => static}/font/FontAwesome.otf | Bin .../dist => static}/font/fontawesome-webfont.eot | Bin .../dist => static}/font/fontawesome-webfont.svg | 0 .../dist => static}/font/fontawesome-webfont.ttf | Bin .../dist => static}/font/fontawesome-webfont.woff | Bin .../dist => static}/font/fontawesome-webfont.woff2 | Bin .../dist => static}/img/Free-speech-flag.svg | 0 {src/renderer/dist => static}/img/busy.gif | Bin {src/renderer/dist => static}/img/default-thumb.svg | 0 {src/renderer/dist => static}/img/fav/32x32.png | Bin .../img/fav/android-chrome-144x144.png | Bin .../img/fav/android-chrome-192x192.png | Bin .../img/fav/android-chrome-36x36.png | Bin .../img/fav/android-chrome-48x48.png | Bin .../img/fav/android-chrome-72x72.png | Bin .../img/fav/android-chrome-96x96.png | Bin .../img/fav/apple-touch-icon-114x114.png | Bin .../img/fav/apple-touch-icon-120x120.png | Bin .../img/fav/apple-touch-icon-120x120_1.png | Bin .../img/fav/apple-touch-icon-144x144.png | Bin .../img/fav/apple-touch-icon-152x152.png | Bin .../img/fav/apple-touch-icon-180x180.png | Bin .../img/fav/apple-touch-icon-57x57.png | Bin .../img/fav/apple-touch-icon-60x60.png | Bin .../img/fav/apple-touch-icon-72x72.png | Bin .../img/fav/apple-touch-icon-76x76.png | Bin .../img/fav/apple-touch-icon-76x76_1.png | Bin .../img/fav/apple-touch-icon-precomposed.png | Bin .../dist => static}/img/fav/apple-touch-icon.png | Bin .../dist => static}/img/fav/browserconfig.xml | 0 .../dist => static}/img/fav/favicon-16x16.png | Bin .../dist => static}/img/fav/favicon-194x194.png | Bin .../dist => static}/img/fav/favicon-32x32.png | Bin .../dist => static}/img/fav/favicon-96x96.png | Bin .../dist => static}/img/fav/macTemplate@2x.png | Bin {src/renderer/dist => static}/img/fav/manifest.json | 0 .../dist => static}/img/fav/mstile-144x144.png | Bin .../dist => static}/img/fav/mstile-150x150.png | Bin .../dist => static}/img/fav/mstile-310x150.png | Bin .../dist => static}/img/fav/mstile-310x310.png | Bin .../dist => static}/img/fav/mstile-70x70.png | Bin {src/renderer/dist => static}/img/lbry-bg.png | Bin .../dist => static}/img/lbry-dark-1600x528.png | Bin .../dist => static}/img/lbry-white-485x160.png | Bin .../dist => static}/img/lbry-white-909x300.png | Bin {src/renderer/dist => static}/img/warning.png | Bin {src/renderer/dist => static}/index.html | 10 +++++----- {src/renderer/dist => static}/quit.html | 12 ++++++------ {src/renderer/dist => static}/requirements.txt | 0 {src/renderer/dist => static}/themes/dark.css | 0 {src/renderer/dist => static}/themes/light.css | 0 {src/renderer/dist => static}/upgrade.html | 12 ++++++------ {src/renderer/dist => static}/warning.html | 12 ++++++------ 54 files changed, 23 insertions(+), 23 deletions(-) rename {src/renderer/dist => static}/favicon.ico (100%) rename {src/renderer/dist => static}/font/FontAwesome.otf (100%) rename {src/renderer/dist => static}/font/fontawesome-webfont.eot (100%) rename {src/renderer/dist => static}/font/fontawesome-webfont.svg (100%) rename {src/renderer/dist => static}/font/fontawesome-webfont.ttf (100%) rename {src/renderer/dist => static}/font/fontawesome-webfont.woff (100%) rename {src/renderer/dist => static}/font/fontawesome-webfont.woff2 (100%) rename {src/renderer/dist => static}/img/Free-speech-flag.svg (100%) rename {src/renderer/dist => static}/img/busy.gif (100%) rename {src/renderer/dist => static}/img/default-thumb.svg (100%) rename {src/renderer/dist => static}/img/fav/32x32.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-144x144.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-192x192.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-36x36.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-48x48.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-72x72.png (100%) rename {src/renderer/dist => static}/img/fav/android-chrome-96x96.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-114x114.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-120x120.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-120x120_1.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-144x144.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-152x152.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-180x180.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-57x57.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-60x60.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-72x72.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-76x76.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-76x76_1.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon-precomposed.png (100%) rename {src/renderer/dist => static}/img/fav/apple-touch-icon.png (100%) rename {src/renderer/dist => static}/img/fav/browserconfig.xml (100%) rename {src/renderer/dist => static}/img/fav/favicon-16x16.png (100%) rename {src/renderer/dist => static}/img/fav/favicon-194x194.png (100%) rename {src/renderer/dist => static}/img/fav/favicon-32x32.png (100%) rename {src/renderer/dist => static}/img/fav/favicon-96x96.png (100%) rename {src/renderer/dist => static}/img/fav/macTemplate@2x.png (100%) rename {src/renderer/dist => static}/img/fav/manifest.json (100%) rename {src/renderer/dist => static}/img/fav/mstile-144x144.png (100%) rename {src/renderer/dist => static}/img/fav/mstile-150x150.png (100%) rename {src/renderer/dist => static}/img/fav/mstile-310x150.png (100%) rename {src/renderer/dist => static}/img/fav/mstile-310x310.png (100%) rename {src/renderer/dist => static}/img/fav/mstile-70x70.png (100%) rename {src/renderer/dist => static}/img/lbry-bg.png (100%) rename {src/renderer/dist => static}/img/lbry-dark-1600x528.png (100%) rename {src/renderer/dist => static}/img/lbry-white-485x160.png (100%) rename {src/renderer/dist => static}/img/lbry-white-909x300.png (100%) rename {src/renderer/dist => static}/img/warning.png (100%) rename {src/renderer/dist => static}/index.html (58%) rename {src/renderer/dist => static}/quit.html (66%) rename {src/renderer/dist => static}/requirements.txt (100%) rename {src/renderer/dist => static}/themes/dark.css (100%) rename {src/renderer/dist => static}/themes/light.css (100%) rename {src/renderer/dist => static}/upgrade.html (66%) rename {src/renderer/dist => static}/warning.html (66%) diff --git a/src/renderer/dist/favicon.ico b/static/favicon.ico similarity index 100% rename from src/renderer/dist/favicon.ico rename to static/favicon.ico diff --git a/src/renderer/dist/font/FontAwesome.otf b/static/font/FontAwesome.otf similarity index 100% rename from src/renderer/dist/font/FontAwesome.otf rename to static/font/FontAwesome.otf diff --git a/src/renderer/dist/font/fontawesome-webfont.eot b/static/font/fontawesome-webfont.eot similarity index 100% rename from src/renderer/dist/font/fontawesome-webfont.eot rename to static/font/fontawesome-webfont.eot diff --git a/src/renderer/dist/font/fontawesome-webfont.svg b/static/font/fontawesome-webfont.svg similarity index 100% rename from src/renderer/dist/font/fontawesome-webfont.svg rename to static/font/fontawesome-webfont.svg diff --git a/src/renderer/dist/font/fontawesome-webfont.ttf b/static/font/fontawesome-webfont.ttf similarity index 100% rename from src/renderer/dist/font/fontawesome-webfont.ttf rename to static/font/fontawesome-webfont.ttf diff --git a/src/renderer/dist/font/fontawesome-webfont.woff b/static/font/fontawesome-webfont.woff similarity index 100% rename from src/renderer/dist/font/fontawesome-webfont.woff rename to static/font/fontawesome-webfont.woff diff --git a/src/renderer/dist/font/fontawesome-webfont.woff2 b/static/font/fontawesome-webfont.woff2 similarity index 100% rename from src/renderer/dist/font/fontawesome-webfont.woff2 rename to static/font/fontawesome-webfont.woff2 diff --git a/src/renderer/dist/img/Free-speech-flag.svg b/static/img/Free-speech-flag.svg similarity index 100% rename from src/renderer/dist/img/Free-speech-flag.svg rename to static/img/Free-speech-flag.svg diff --git a/src/renderer/dist/img/busy.gif b/static/img/busy.gif similarity index 100% rename from src/renderer/dist/img/busy.gif rename to static/img/busy.gif diff --git a/src/renderer/dist/img/default-thumb.svg b/static/img/default-thumb.svg similarity index 100% rename from src/renderer/dist/img/default-thumb.svg rename to static/img/default-thumb.svg diff --git a/src/renderer/dist/img/fav/32x32.png b/static/img/fav/32x32.png similarity index 100% rename from src/renderer/dist/img/fav/32x32.png rename to static/img/fav/32x32.png diff --git a/src/renderer/dist/img/fav/android-chrome-144x144.png b/static/img/fav/android-chrome-144x144.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-144x144.png rename to static/img/fav/android-chrome-144x144.png diff --git a/src/renderer/dist/img/fav/android-chrome-192x192.png b/static/img/fav/android-chrome-192x192.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-192x192.png rename to static/img/fav/android-chrome-192x192.png diff --git a/src/renderer/dist/img/fav/android-chrome-36x36.png b/static/img/fav/android-chrome-36x36.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-36x36.png rename to static/img/fav/android-chrome-36x36.png diff --git a/src/renderer/dist/img/fav/android-chrome-48x48.png b/static/img/fav/android-chrome-48x48.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-48x48.png rename to static/img/fav/android-chrome-48x48.png diff --git a/src/renderer/dist/img/fav/android-chrome-72x72.png b/static/img/fav/android-chrome-72x72.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-72x72.png rename to static/img/fav/android-chrome-72x72.png diff --git a/src/renderer/dist/img/fav/android-chrome-96x96.png b/static/img/fav/android-chrome-96x96.png similarity index 100% rename from src/renderer/dist/img/fav/android-chrome-96x96.png rename to static/img/fav/android-chrome-96x96.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-114x114.png b/static/img/fav/apple-touch-icon-114x114.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-114x114.png rename to static/img/fav/apple-touch-icon-114x114.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-120x120.png b/static/img/fav/apple-touch-icon-120x120.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-120x120.png rename to static/img/fav/apple-touch-icon-120x120.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-120x120_1.png b/static/img/fav/apple-touch-icon-120x120_1.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-120x120_1.png rename to static/img/fav/apple-touch-icon-120x120_1.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-144x144.png b/static/img/fav/apple-touch-icon-144x144.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-144x144.png rename to static/img/fav/apple-touch-icon-144x144.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-152x152.png b/static/img/fav/apple-touch-icon-152x152.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-152x152.png rename to static/img/fav/apple-touch-icon-152x152.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-180x180.png b/static/img/fav/apple-touch-icon-180x180.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-180x180.png rename to static/img/fav/apple-touch-icon-180x180.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-57x57.png b/static/img/fav/apple-touch-icon-57x57.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-57x57.png rename to static/img/fav/apple-touch-icon-57x57.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-60x60.png b/static/img/fav/apple-touch-icon-60x60.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-60x60.png rename to static/img/fav/apple-touch-icon-60x60.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-72x72.png b/static/img/fav/apple-touch-icon-72x72.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-72x72.png rename to static/img/fav/apple-touch-icon-72x72.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-76x76.png b/static/img/fav/apple-touch-icon-76x76.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-76x76.png rename to static/img/fav/apple-touch-icon-76x76.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-76x76_1.png b/static/img/fav/apple-touch-icon-76x76_1.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-76x76_1.png rename to static/img/fav/apple-touch-icon-76x76_1.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon-precomposed.png b/static/img/fav/apple-touch-icon-precomposed.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon-precomposed.png rename to static/img/fav/apple-touch-icon-precomposed.png diff --git a/src/renderer/dist/img/fav/apple-touch-icon.png b/static/img/fav/apple-touch-icon.png similarity index 100% rename from src/renderer/dist/img/fav/apple-touch-icon.png rename to static/img/fav/apple-touch-icon.png diff --git a/src/renderer/dist/img/fav/browserconfig.xml b/static/img/fav/browserconfig.xml similarity index 100% rename from src/renderer/dist/img/fav/browserconfig.xml rename to static/img/fav/browserconfig.xml diff --git a/src/renderer/dist/img/fav/favicon-16x16.png b/static/img/fav/favicon-16x16.png similarity index 100% rename from src/renderer/dist/img/fav/favicon-16x16.png rename to static/img/fav/favicon-16x16.png diff --git a/src/renderer/dist/img/fav/favicon-194x194.png b/static/img/fav/favicon-194x194.png similarity index 100% rename from src/renderer/dist/img/fav/favicon-194x194.png rename to static/img/fav/favicon-194x194.png diff --git a/src/renderer/dist/img/fav/favicon-32x32.png b/static/img/fav/favicon-32x32.png similarity index 100% rename from src/renderer/dist/img/fav/favicon-32x32.png rename to static/img/fav/favicon-32x32.png diff --git a/src/renderer/dist/img/fav/favicon-96x96.png b/static/img/fav/favicon-96x96.png similarity index 100% rename from src/renderer/dist/img/fav/favicon-96x96.png rename to static/img/fav/favicon-96x96.png diff --git a/src/renderer/dist/img/fav/macTemplate@2x.png b/static/img/fav/macTemplate@2x.png similarity index 100% rename from src/renderer/dist/img/fav/macTemplate@2x.png rename to static/img/fav/macTemplate@2x.png diff --git a/src/renderer/dist/img/fav/manifest.json b/static/img/fav/manifest.json similarity index 100% rename from src/renderer/dist/img/fav/manifest.json rename to static/img/fav/manifest.json diff --git a/src/renderer/dist/img/fav/mstile-144x144.png b/static/img/fav/mstile-144x144.png similarity index 100% rename from src/renderer/dist/img/fav/mstile-144x144.png rename to static/img/fav/mstile-144x144.png diff --git a/src/renderer/dist/img/fav/mstile-150x150.png b/static/img/fav/mstile-150x150.png similarity index 100% rename from src/renderer/dist/img/fav/mstile-150x150.png rename to static/img/fav/mstile-150x150.png diff --git a/src/renderer/dist/img/fav/mstile-310x150.png b/static/img/fav/mstile-310x150.png similarity index 100% rename from src/renderer/dist/img/fav/mstile-310x150.png rename to static/img/fav/mstile-310x150.png diff --git a/src/renderer/dist/img/fav/mstile-310x310.png b/static/img/fav/mstile-310x310.png similarity index 100% rename from src/renderer/dist/img/fav/mstile-310x310.png rename to static/img/fav/mstile-310x310.png diff --git a/src/renderer/dist/img/fav/mstile-70x70.png b/static/img/fav/mstile-70x70.png similarity index 100% rename from src/renderer/dist/img/fav/mstile-70x70.png rename to static/img/fav/mstile-70x70.png diff --git a/src/renderer/dist/img/lbry-bg.png b/static/img/lbry-bg.png similarity index 100% rename from src/renderer/dist/img/lbry-bg.png rename to static/img/lbry-bg.png diff --git a/src/renderer/dist/img/lbry-dark-1600x528.png b/static/img/lbry-dark-1600x528.png similarity index 100% rename from src/renderer/dist/img/lbry-dark-1600x528.png rename to static/img/lbry-dark-1600x528.png diff --git a/src/renderer/dist/img/lbry-white-485x160.png b/static/img/lbry-white-485x160.png similarity index 100% rename from src/renderer/dist/img/lbry-white-485x160.png rename to static/img/lbry-white-485x160.png diff --git a/src/renderer/dist/img/lbry-white-909x300.png b/static/img/lbry-white-909x300.png similarity index 100% rename from src/renderer/dist/img/lbry-white-909x300.png rename to static/img/lbry-white-909x300.png diff --git a/src/renderer/dist/img/warning.png b/static/img/warning.png similarity index 100% rename from src/renderer/dist/img/warning.png rename to static/img/warning.png diff --git a/src/renderer/dist/index.html b/static/index.html similarity index 58% rename from src/renderer/dist/index.html rename to static/index.html index b48a3a0a7..eb3946690 100644 --- a/src/renderer/dist/index.html +++ b/static/index.html @@ -5,11 +5,11 @@ LBRY - - - - - + + + + + diff --git a/src/renderer/dist/quit.html b/static/quit.html similarity index 66% rename from src/renderer/dist/quit.html rename to static/quit.html index eff68e049..acda4e838 100644 --- a/src/renderer/dist/quit.html +++ b/static/quit.html @@ -6,11 +6,11 @@ - - - - - + + + + + @@ -23,7 +23,7 @@
- LBRY + LBRY

Shutting Down diff --git a/src/renderer/dist/requirements.txt b/static/requirements.txt similarity index 100% rename from src/renderer/dist/requirements.txt rename to static/requirements.txt diff --git a/src/renderer/dist/themes/dark.css b/static/themes/dark.css similarity index 100% rename from src/renderer/dist/themes/dark.css rename to static/themes/dark.css diff --git a/src/renderer/dist/themes/light.css b/static/themes/light.css similarity index 100% rename from src/renderer/dist/themes/light.css rename to static/themes/light.css diff --git a/src/renderer/dist/upgrade.html b/static/upgrade.html similarity index 66% rename from src/renderer/dist/upgrade.html rename to static/upgrade.html index c4b241f82..49b9eb552 100644 --- a/src/renderer/dist/upgrade.html +++ b/static/upgrade.html @@ -6,11 +6,11 @@ - - - - - + + + + + @@ -23,7 +23,7 @@
- LBRY + LBRY

Starting LBRY Upgrade diff --git a/src/renderer/dist/warning.html b/static/warning.html similarity index 66% rename from src/renderer/dist/warning.html rename to static/warning.html index d7880fbbe..bff9b982d 100644 --- a/src/renderer/dist/warning.html +++ b/static/warning.html @@ -6,11 +6,11 @@ - - - - - + + + + + @@ -23,7 +23,7 @@
- LBRY + LBRY

The daemon has unexpectedly shutdown. Goodbye.