How to load compiled CSS files of a plugin?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2016
04:00 AM
I am trying to use "css_bundle" function in view. Eg.
<% css_bundle :abc_header,:plugin => :abc %>
I can see the complied css file at 'public/dist/brandable_css/no_variables/plugins/abc/bundles/abc_header-f93a23e2b8.css' but it is not getting loaded when I refresh the page.
Also, I'm getting an error saying - " Fingerprint not found. plugins/abc/abc_header new_styles_normal_contrast". How do I resolve this issue?
Thanks