We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor/plugins/asset_packager/lib/jsmin.rb:113:in `action': Unterminated string literal (RuntimeError) from vendor/plugins/asset_packager/lib/jsmin.rb:195:in `jsmin' from vendor/plugins/asset_packager/lib/jsmin.rb:205
Which is caused by code such as: styleSheet.addRule( '.typeface-js-selected-text', '-ms-filter: "Chroma(color=black) progid:DXImageTransform.Microsoft.MaskFilter(Color=white) progid:DXImageTransform.Microsoft.MaskFilter(Color=blue) alpha(opacity=30)" !important; color: black; font-family: Modern; position: absolute; white-space: pre; filter: alpha(opacity=0);' );
The text was updated successfully, but these errors were encountered:
you may try http://github.com/cainlevy/asset_packager/commit/4430b2cbb7b43f4560dcf67938265dcffb056623
Sorry, something went wrong.
No branches or pull requests
Which is caused by code such as:
styleSheet.addRule(
'.typeface-js-selected-text',
'-ms-filter:
"Chroma(color=black)
progid:DXImageTransform.Microsoft.MaskFilter(Color=white)
progid:DXImageTransform.Microsoft.MaskFilter(Color=blue)
alpha(opacity=30)" !important;
color: black;
font-family: Modern;
position: absolute;
white-space: pre;
filter: alpha(opacity=0);'
);
The text was updated successfully, but these errors were encountered: