-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
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
Asset Pipeline ... #24
Comments
Some more information - Including them in active_admin.js and active_admin.css.scss gets them properly compiled in the asset pipeline, the I'm still getting 404 errors in the browser since the gem is injecting the stylesheet and javascript include into the page. |
+1. |
Have you seen #28 ? |
to make it work I just added this to the config/application.rb:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into an issue when I try to integrate with the asset pipeline. The CSS and JS files are still being referenced as:
I tried adding the CSS and JS to my precompile list, but this didn't make a difference.
The text was updated successfully, but these errors were encountered: