From 79cc69a8fb6e4e6fa00a2988bdca3ab983ac6fc6 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 23 Oct 2025 07:35:46 +0800 Subject: [PATCH] Rename style file to make deploy content BeeWare-agnostic. --- {{ cookiecutter.format }}/www/index.html | 2 +- .../www/static/css/{briefcase.css => style.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {{ cookiecutter.format }}/www/static/css/{briefcase.css => style.css} (100%) diff --git a/{{ cookiecutter.format }}/www/index.html b/{{ cookiecutter.format }}/www/index.html index a0b710d..bde7309 100644 --- a/{{ cookiecutter.format }}/www/index.html +++ b/{{ cookiecutter.format }}/www/index.html @@ -24,7 +24,7 @@ - +
diff --git a/{{ cookiecutter.format }}/www/static/css/briefcase.css b/{{ cookiecutter.format }}/www/static/css/style.css similarity index 100% rename from {{ cookiecutter.format }}/www/static/css/briefcase.css rename to {{ cookiecutter.format }}/www/static/css/style.css