Skip to content

Commit 165d2a4

Browse files
authored
Add required config for local development
See rails#160
1 parent 904facc commit 165d2a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ If you are running `rails tailwindcss:watch` as a process in a Docker container,
8686

8787
If you are running `rails tailwindcss:watch` in a docker container without a tty, pass the `always` argument to the task to instruct tailwindcss to keep the watcher alive even when `stdin` is closed: `rails tailwindcss:watch[always]`. If you use `bin/dev` then you should modify your `Procfile.dev`.
8888

89+
Additionally, you must ensure that `config.assets.debug = true` is set in `development.rb`.
90+
8991

9092
#### Foreman
9193

0 commit comments

Comments
 (0)