Skip to content

Commit d5fc0d3

Browse files
r-sierraflavorjones
authored andcommitted
Update README
1 parent a1b3757 commit d5fc0d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,10 @@ The `tailwindcss:build` task is automatically attached to the `test:prepare` Rak
288288
289289
### Building unminified assets
290290
291-
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]`.
291+
If you want unminified assets, you can:
292292
293+
- pass a `debug` argument to the rake task, i.e. `rails tailwindcss:build[debug]` or `rails tailwindcss:watch[debug]`.
294+
- set an environment variable named `TAILWINDCSS_DEBUG` with a value of `true` or `1`
293295
294296
### Live rebuild
295297

0 commit comments

Comments
 (0)