From 13a72ec7fc1864ce17c64e51d00f1eb6716c140e Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 21 May 2020 19:43:45 -0700 Subject: [PATCH] Move CSS and JS into separate folders under static. --- frontends/ycdl_flask/static/{ => css}/common.css | 0 frontends/ycdl_flask/static/{ => js}/common.js | 0 frontends/ycdl_flask/templates/channel.html | 4 ++-- frontends/ycdl_flask/templates/channels.html | 4 ++-- frontends/ycdl_flask/templates/root.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename frontends/ycdl_flask/static/{ => css}/common.css (100%) rename frontends/ycdl_flask/static/{ => js}/common.js (100%) diff --git a/frontends/ycdl_flask/static/common.css b/frontends/ycdl_flask/static/css/common.css similarity index 100% rename from frontends/ycdl_flask/static/common.css rename to frontends/ycdl_flask/static/css/common.css diff --git a/frontends/ycdl_flask/static/common.js b/frontends/ycdl_flask/static/js/common.js similarity index 100% rename from frontends/ycdl_flask/static/common.js rename to frontends/ycdl_flask/static/js/common.js diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index f1a7404..cc32a93 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -5,8 +5,8 @@ {{channel.name}} - - + +