From eed18e95b1e651cc448708cacf96974f97243a47 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 7 Aug 2020 12:55:18 +0200 Subject: [PATCH] Move assets to static --- {assets => static}/img/avatar_placeholder.png | Bin {assets => static}/img/background.svg | 0 {assets => static}/img/logo.png | Bin {assets => static}/img/logo_96.png | Bin {assets => static}/img/qrcode.png | Bin {assets => static}/img/qrcode_green.png | Bin {assets => static}/openpgp.min.js | 0 {assets => static}/qrcode.min.js | 0 {assets => static}/scripts.js | 0 {assets => static}/styles.css | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {assets => static}/img/avatar_placeholder.png (100%) rename {assets => static}/img/background.svg (100%) rename {assets => static}/img/logo.png (100%) rename {assets => static}/img/logo_96.png (100%) rename {assets => static}/img/qrcode.png (100%) rename {assets => static}/img/qrcode_green.png (100%) rename {assets => static}/openpgp.min.js (100%) rename {assets => static}/qrcode.min.js (100%) rename {assets => static}/scripts.js (100%) rename {assets => static}/styles.css (100%) diff --git a/assets/img/avatar_placeholder.png b/static/img/avatar_placeholder.png similarity index 100% rename from assets/img/avatar_placeholder.png rename to static/img/avatar_placeholder.png diff --git a/assets/img/background.svg b/static/img/background.svg similarity index 100% rename from assets/img/background.svg rename to static/img/background.svg diff --git a/assets/img/logo.png b/static/img/logo.png similarity index 100% rename from assets/img/logo.png rename to static/img/logo.png diff --git a/assets/img/logo_96.png b/static/img/logo_96.png similarity index 100% rename from assets/img/logo_96.png rename to static/img/logo_96.png diff --git a/assets/img/qrcode.png b/static/img/qrcode.png similarity index 100% rename from assets/img/qrcode.png rename to static/img/qrcode.png diff --git a/assets/img/qrcode_green.png b/static/img/qrcode_green.png similarity index 100% rename from assets/img/qrcode_green.png rename to static/img/qrcode_green.png diff --git a/assets/openpgp.min.js b/static/openpgp.min.js similarity index 100% rename from assets/openpgp.min.js rename to static/openpgp.min.js diff --git a/assets/qrcode.min.js b/static/qrcode.min.js similarity index 100% rename from assets/qrcode.min.js rename to static/qrcode.min.js diff --git a/assets/scripts.js b/static/scripts.js similarity index 100% rename from assets/scripts.js rename to static/scripts.js diff --git a/assets/styles.css b/static/styles.css similarity index 100% rename from assets/styles.css rename to static/styles.css