diff --git a/run.local b/run.local index ab01f954..af445e47 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