Mange / roadie-rails

Making HTML emails comfortable for the Rails rockstars
MIT License
367 stars 66 forks source link

data-roadie-ignore causing file not to load at all. #79

Closed PetrosKalafatidis closed 6 years ago

PetrosKalafatidis commented 7 years ago

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.

Mange commented 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? ☺️

PetrosKalafatidis commented 6 years ago

You are right, you can close this issue.

Mange commented 6 years ago

I'm glad it worked out. :-)