-
Notifications
You must be signed in to change notification settings - Fork 646
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
CSS stylesheet_link_tag doesn't apply #765
Comments
Is Please checkout the section on Helpers and Asset Pipeline usage of the README. Please let me know if you continue to have trouble. |
The assets exist:
If i dont render the pdf and just send the html the invoice style shows fine. |
Does replacing |
Nop, actually doesnt work even with the assets precompiled. :/ |
You might try adding the `non_stupid_assets` gem to produce non fingerprinted assets.
… On Oct 10, 2018, at 4:55 PM, Ulises Carreón Alvarez ***@***.***> wrote:
Nop, actually doesnt work even with the assets precompiled. :/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi team,
I have on my layout this:
On my controller:
The view without the PDF render looks like:
But when i put the pdf render looks:
Am i missing something?
The text was updated successfully, but these errors were encountered: