You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @Zuci, I added the oneliner cc support a while ago. As @matthewrudy mentioned there appears to be a bug with this. One thing that seems strange is that modernizr doesn't have any conditional comments.
While minimizing some js found an issue:
multilne coniditional comments like
/@cc_on
try { if (!window.XMLHttpRequest) document.body.className += ' ie6';} catch(e) {} @/
error ActionView::Template::Error (Unterminated RegExp Literal) (javascript.rb:168)
raised after /n char in "/*@cc_on\n"
i see closed issue about cc, but that one covers oneliners only
Regretfully i am still not so tough to fix your code quick.
I preffered to use workaround and convert my cc to oneliners already.
Would be cool if someone could manage with that.
BR, & thank for the gem, greatest one as it requires nothing except ruby. no java & no additional tags to use.
The text was updated successfully, but these errors were encountered: