Skip to content

Commit 3a48a83

Browse files
committed
Update README
1 parent ff80e95 commit 3a48a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,10 @@ The `tailwindcss:build` task is automatically attached to the `test:prepare` Rak
286286
287287
### Building unminified assets
288288
289-
If you want unminified assets, you can pass a `debug` argument to the rake task, i.e. `rails tailwindcss:build[debug]` or `rails tailwindcss:watch[debug]`.
289+
If you want unminified assets, you can:
290290
291+
- pass a `debug` argument to the rake task, i.e. `rails tailwindcss:build[debug]` or `rails tailwindcss:watch[debug]`.
292+
- set an environment variable named `TAILWINDCSS_DEBUG` with a value of `true` or `1`
291293
292294
### Live rebuild
293295

0 commit comments

Comments
 (0)