You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -286,8 +286,10 @@ The `tailwindcss:build` task is automatically attached to the `test:prepare` Rak
286
286
287
287
### Building unminified assets
288
288
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:
290
290
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`
0 commit comments