From ee2cd716269283872328e3e7e202f3c87d1bda97 Mon Sep 17 00:00:00 2001 From: Ronan Date: Sun, 5 Mar 2023 04:01:07 -0800 Subject: [PATCH] Use `.keep` instead of `.gitkeep` Version control system agnostic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee8e906..a7db7e7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Some CSS packages use new CSS features that are not supported by the default Sas ### Why do I get `application.css not in asset pipeline` in production? -A common issue is that your repository does not contain the output directory used by the build commands. You must have `app/assets/builds` available. Add the directory with a `.gitkeep` file, and you'll ensure it's available in production. +A common issue is that your repository does not contain the output directory used by the build commands. You must have `app/assets/builds` available. Add the directory with a `.keep` file, and you'll ensure it's available in production. ### Why isn't Rails using my updated css files?