Skip to content

Commit 30ceb83

Browse files
author
David Heinemeier Hansson
committed
We use .keep files (closes #159)
1 parent 1332e42 commit 30ceb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Some CSS packages use new CSS features that are not supported by the default Sas
4747

4848
### Why do I get `application.css not in asset pipeline` in production?
4949

50-
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.
50+
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.
5151

5252
### How do I avoid `ActionView::Template::Error: Error: Function rgb is missing argument $green`?
5353

0 commit comments

Comments
 (0)