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
@@ -288,8 +288,10 @@ The `tailwindcss:build` task is automatically attached to the `test:prepare` Rak
288
288
289
289
### Building unminified assets
290
290
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:
292
292
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`
0 commit comments