File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ bundle add rails --skip-install ${RAILSOPTS:-}
27
27
28
28
# use the tailwindcss-rails under test
29
29
bundle add tailwindcss-rails --skip-install --path=" ../.."
30
+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:- }
30
31
bundle install --prefer-local
31
- bundle show --paths
32
+ bundle show --paths | fgrep tailwind
32
33
bundle binstubs --all
33
34
34
35
# install tailwindcss
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ bundle add rails --skip-install ${RAILSOPTS:-}
29
29
bundle add tailwindcss-rails --skip-install --version 3.3.0
30
30
bundle add tailwindcss-ruby --skip-install --version 3.4.17
31
31
bundle install --prefer-local
32
- bundle show --paths
32
+ bundle show --paths | fgrep tailwind
33
33
bundle binstubs --all
34
34
35
35
# install tailwindcss
@@ -51,10 +51,10 @@ bundle remove tailwindcss-rails --skip-install
51
51
bundle remove tailwindcss-ruby --skip-install
52
52
53
53
bundle add tailwindcss-rails --skip-install --path=" ../.."
54
- bundle add tailwindcss-ruby --skip-install -- version 4.0.0
54
+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS :- -- version 4.0.0}
55
55
56
56
bundle install --prefer-local
57
- bundle show --paths
57
+ bundle show --paths | fgrep tailwind
58
58
bundle binstubs --all
59
59
60
60
# create a postcss file
You can’t perform that action at this time.
0 commit comments