Closed PetrosKalafatidis closed 6 years ago
What is the expected behavior in your case? The file is ignored by you so I would expect it to not be loaded.
That a plain style element is not ignored properly does sound like a bug however.
Am I misunderstanding you? ☺️
You are right, you can close this issue.
I'm glad it worked out. :-)
When I use Internal css data-roadie-ignore works fine.
This works just fine, when I am trying to ignore a css file from my haml file
= stylesheet_link_tag 'email-mobile', :'data-roadie-ignore' => true
This doesn't work as it expected. the css file is not been loaded at all.