We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境: ruby 2.6.2 rails 6.0.1
ActionView::Template::Error (The asset "exception-track/application.css" is not present in the asset pipeline.): [edf072b9-9975-4f2b-9165-3a88d20bc815] 2: <html> [edf072b9-9975-4f2b-9165-3a88d20bc815] 3: <head> [edf072b9-9975-4f2b-9165-3a88d20bc815] 4: <title>Exception Track</title> [edf072b9-9975-4f2b-9165-3a88d20bc815] 5: <%= stylesheet_link_tag "exception-track/application", media: "all" %> [edf072b9-9975-4f2b-9165-3a88d20bc815] 6: <%= csrf_meta_tags %> [edf072b9-9975-4f2b-9165-3a88d20bc815] 7: </head> [edf072b9-9975-4f2b-9165-3a88d20bc815] 8: <body>
The text was updated successfully, but these errors were encountered:
@85636682
mkdir -p app/assets/config && echo '//= link exception-track/application.css' > app/assets/config/manifest.js
或者手动在 app/assets/config/manifest.js 中加入
//= link exception-track/application.css
Sorry, something went wrong.
No branches or pull requests
环境:
ruby 2.6.2
rails 6.0.1
The text was updated successfully, but these errors were encountered: