Luis M
09/06/2024, 7:04 PMrails _7.1.4_ new myapp -T -d postgresql -j esbuild --css tailwind
and looks like the starter frontend project is using Sprockets, so when I try to run the tests or precompile the assets, it throws an error related to missing files.
`CssSyntaxError: tailwindcss: .../app/assets/stylesheets/application.tailwind.css11: The bg-sand class does not exist`
So could you please guide me to solve this problem, or should I use default Rails configurations in order to have a better experience with Solidus?Muhammad Usama Yousaf
09/06/2024, 7:42 PMLuis M
09/06/2024, 7:56 PMbin/rails generate solidus:install
Then I tried to run the tests
bin/rails spec
And precompile the assets
bin/rails assets:precompile
And both tasks are aborted with this error message at the end
bin/rails aborted!
cssbundling-rails: Command build failed, ensure `yarn build:css` runs without errors
Tasks: TOP => assets:precompile => css:buildMuhammad Usama Yousaf
09/07/2024, 1:47 PM