How to load compiled CSS files of a plugin?

akshay_sharma
Community Novice

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

0 Likes