about summary refs log tree commit diff
path: root/Dockerfile.embedr
diff options
context:
space:
mode:
authorMary <148872143+mary-ext@users.noreply.github.com>2024-09-23 21:38:04 +0700
committerGitHub <noreply@github.com>2024-09-23 23:38:04 +0900
commit4e8d86db317864257f6416cd867d7bb07baca6d0 (patch)
treefeb393ae802c935a23d98acc227114bf0ed09f76 /Dockerfile.embedr
parent7e2456b906563464c8e43867e62f07df9109bc2b (diff)
downloadvoidsky-4e8d86db317864257f6416cd867d7bb07baca6d0.tar.zst
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
Diffstat (limited to 'Dockerfile.embedr')
-rw-r--r--Dockerfile.embedr1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.embedr b/Dockerfile.embedr
index 9ff04aa5c..663cbcfc5 100644
--- a/Dockerfile.embedr
+++ b/Dockerfile.embedr
@@ -40,6 +40,7 @@ RUN find ./bskyweb/embedr-static && find ./bskyweb/embedr-templates && find ./bs
 
 # hack around issue with empty directory and go:embed
 RUN touch bskyweb/static/js/empty.txt
+RUN touch bskyweb/static/css/empty.txt
 RUN touch bskyweb/static/media/empty.txt
 
 #