File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# set up dependencies
9
9
rm -f Gemfile.lock
10
- bundle remove actionmailer
10
+ bundle remove actionmailer || true
11
+ bundle remove rails || true
11
12
bundle add rails --skip-install ${RAILSOPTS:- }
12
13
bundle install --prefer-local
13
14
47
48
EOF
48
49
49
50
cat >> app/assets/tailwind/application.css << EOF
50
- @theme { --color-special: #abc12399; }
51
+ @theme static { --color-special: #abc12399; }
51
52
EOF
52
53
53
54
bin/rails tailwindcss:build still_here | grep " Rake process did not exit early"
Original file line number Diff line number Diff line change 7
7
8
8
# set up dependencies
9
9
rm -f Gemfile.lock
10
- bundle remove actionmailer
10
+ bundle remove actionmailer || true
11
+ bundle remove rails || true
11
12
bundle add rails --skip-install ${RAILSOPTS:- }
12
13
bundle install --prefer-local
13
14
You can’t perform that action at this time.
0 commit comments