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
I've created three different apps in last two days using css bundling, and can add external css with neither. It gives the same error whether I use rails new myapp --css bootstrap or run ./bin/rails css:install:bootstrap
I was able to reproduce the error on two other repos linked below, and on two separate machines.
@gonzric1 You are using Yarn 3, I would guess, because I'm seeing the same error while trying to migrate to Yarn 3 from Yarn 1. It seems like you can bypass the error by not using plug and play.
The weird thing is that I only see it in the CI, not locally. I've gone through the upgrade multiple times and I cannot figure out why I only see it in the CI.
Uh oh!
There was an error while loading. Please reload this page.
I've created three different apps in last two days using css bundling, and can add external css with neither. It gives the same error whether I use
rails new myapp --css bootstrap
or run./bin/rails css:install:bootstrap
I was able to reproduce the error on two other repos linked below, and on two separate machines.
Steps to reproduce:
ruby "3.1.2"
gem "rails", "~> 7.0.3", ">= 7.0.3.1"
rails new myapp --css bootstrap
or docss:install:bootstrap
after rails new runs.yarn add '@fortawesome/fontawesome-free
@import '@fortawesome/fontawesome-free'
to./app/assets/stylesheets/application.bootstrap.scss
rails assets:precompile
orbin/dev
oryarn build:css
get error:
two repos with this setup at:
https://github.com/gonzric1/css_test_1
https://github.com/gonzric1/css_test_2
I'm also using
asdf
to manage ruby, in case that is relevant?The text was updated successfully, but these errors were encountered: