From c783f96166d1aba8b99876811b6121e2db56f4b4 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 10 Nov 2015 22:29:16 +0100 Subject: [PATCH] Move static assets Move the static assets from debianmemberportfolio/public to debianmemberportfolio/static where they are expected by Flask. --- debianmemberportfolio/{public => static}/.gitignore | 0 .../{public => static}/images/agplv3-88x31.png | Bin .../{public => static}/images/openlogo-100.jpg | Bin debianmemberportfolio/{public => static}/robots.txt | 0 .../{public => static}/stylesheets/style.css | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename debianmemberportfolio/{public => static}/.gitignore (100%) rename debianmemberportfolio/{public => static}/images/agplv3-88x31.png (100%) rename debianmemberportfolio/{public => static}/images/openlogo-100.jpg (100%) rename debianmemberportfolio/{public => static}/robots.txt (100%) rename debianmemberportfolio/{public => static}/stylesheets/style.css (100%) diff --git a/debianmemberportfolio/public/.gitignore b/debianmemberportfolio/static/.gitignore similarity index 100% rename from debianmemberportfolio/public/.gitignore rename to debianmemberportfolio/static/.gitignore diff --git a/debianmemberportfolio/public/images/agplv3-88x31.png b/debianmemberportfolio/static/images/agplv3-88x31.png similarity index 100% rename from debianmemberportfolio/public/images/agplv3-88x31.png rename to debianmemberportfolio/static/images/agplv3-88x31.png diff --git a/debianmemberportfolio/public/images/openlogo-100.jpg b/debianmemberportfolio/static/images/openlogo-100.jpg similarity index 100% rename from debianmemberportfolio/public/images/openlogo-100.jpg rename to debianmemberportfolio/static/images/openlogo-100.jpg diff --git a/debianmemberportfolio/public/robots.txt b/debianmemberportfolio/static/robots.txt similarity index 100% rename from debianmemberportfolio/public/robots.txt rename to debianmemberportfolio/static/robots.txt diff --git a/debianmemberportfolio/public/stylesheets/style.css b/debianmemberportfolio/static/stylesheets/style.css similarity index 100% rename from debianmemberportfolio/public/stylesheets/style.css rename to debianmemberportfolio/static/stylesheets/style.css