From 0128e0edcba6b9d5e3820949cc29c4245c605e04 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 15 Dec 2024 19:53:31 +0000 Subject: [PATCH] Rename to `static` --- run.local | 4 ++-- {cache => static}/build/tailwind.css | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename {cache => static}/build/tailwind.css (100%) diff --git a/run.local b/run.local index ab01f9540..af445e477 100755 --- a/run.local +++ b/run.local @@ -99,8 +99,8 @@ function publish { git stash clean - # Copy cached files, such as generated CSS files. - cp -r cache/* source + # Copy static files, such as generated CSS files. + cp -r static/* source # export NODE_ENV=production # (cd assets && npm:build:css) diff --git a/cache/build/tailwind.css b/static/build/tailwind.css similarity index 100% rename from cache/build/tailwind.css rename to static/build/tailwind.css