I am trying to use "css_bundle" function in view. Eg.
</CODE><DIV><CODE><CODE><SPAN style="color: #666600;"><%</SPAN><SPAN style="color: #000000;"> css_bundle </SPAN><SPAN style="color: #666600;">:</SPAN><SPAN style="color: #000000;">abc_header</SPAN><SPAN style="color: #666600;">,:</SPAN><SPAN style="color: #000000;">plugin </SPAN><SPAN style="color: #666600;">=></SPAN><SPAN style="color: #000000;"> </SPAN><SPAN style="color: #666600;">:</SPAN><SPAN style="color: #000000;">abc %></SPAN>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