Commit 8a6f2cc
Update Tailwind executable call for v3.0
`solidus_starter_frontend` provides templates including the
`tailwindcss-rails` gem without any version constraints. So when 3.0 was
released this week, it broke CI runs for the Solidus repository.
It appears that the only breaking change is related to the `.executable`
call.
As of `tailwindcss-rails` `>= 3.0` the command for the executable was
extracted to a separate `tailwindcss-ruby` gem, which causes an error
in the rake tasks we generate for the `solidus_admin`.
The error this fixes is:
NoMethodError: undefined method `executable' for Tailwindcss::Commands:Module
Co-authored-by: benjamin wil <[email protected]>1 parent c3fea3e commit 8a6f2cc
File tree
3 files changed
+3
-3
lines changed- admin/lib/solidus_admin
- testing_support/dummy_app
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments