From 4e8d86db317864257f6416cd867d7bb07baca6d0 Mon Sep 17 00:00:00 2001
From: Mary <148872143+mary-ext@users.noreply.github.com>
Date: Mon, 23 Sep 2024 21:38:04 +0700
Subject: Let Expo/Webpack handle CSS assets (#3942)
* chore: handle built css assets
* chore: let prettier handle css code
* refactor: let webpack build css assets
* chore: prettier on bskyembed
* chore: touch empty.txt on css directory
* chore: do the same to the workflow
---
bskyweb/.gitignore | 4 +
bskyweb/static/css/.gitkeep | 0
bskyweb/templates/base.html | 381 --------------------------------------------
3 files changed, 4 insertions(+), 381 deletions(-)
create mode 100644 bskyweb/static/css/.gitkeep
(limited to 'bskyweb')
diff --git a/bskyweb/.gitignore b/bskyweb/.gitignore
index 05b3ad7ab..a63a381f9 100644
--- a/bskyweb/.gitignore
+++ b/bskyweb/.gitignore
@@ -10,6 +10,10 @@ static/js/*.js
static/js/*.map
static/js/*.js.LICENSE.txt
static/js/empty.txt
+static/css/*.css
+static/css/*.map
+static/css/*.css.LICENSE.txt
+static/css/empty.txt
static/media/*.png
static/media/empty.txt
templates/scripts.html
diff --git a/bskyweb/static/css/.gitkeep b/bskyweb/static/css/.gitkeep
new file mode 100644
index 000000000..e69de29bb
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index 609c17c7c..eaa31aa4a 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -32,387 +32,6 @@
-->
-
{% include "scripts.html" %}
--
cgit 1.4.1