File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 77
88# set up dependencies
99rm -f Gemfile.lock
10- bundle remove actionmailer
10+ bundle remove actionmailer || true
11+ bundle remove rails || true
1112bundle add rails --skip-install ${RAILSOPTS:- }
1213bundle install --prefer-local
1314
4748EOF
4849
4950cat >> app/assets/tailwind/application.css << EOF
50- @theme { --color-special: #abc12399; }
51+ @theme static { --color-special: #abc12399; }
5152EOF
5253
5354bin/rails tailwindcss:build still_here | grep " Rake process did not exit early"
Original file line number Diff line number Diff line change 77
88# set up dependencies
99rm -f Gemfile.lock
10- bundle remove actionmailer
10+ bundle remove actionmailer || true
11+ bundle remove rails || true
1112bundle add rails --skip-install ${RAILSOPTS:- }
1213bundle install --prefer-local
1314
You can’t perform that action at this time.
0 commit comments