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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Running crisper --source file.html --html c.html --js c.js over a file that contains script with crossorigin attribute produces html code without crossorigin attribute.
We can try to get a fix in for this soon, but Cripser is going to be deprecated in favor of the Polymer CLI, and likely a build option to externalize scripts. cc @FredKSchott for context
We're still working on getting the CLI to do exactly what Cripser does, so it may be fast to fix this in the short term. Just a heads up for longer term.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running crisper --source file.html --html c.html --js c.js over a file that contains script with crossorigin attribute produces html code without crossorigin attribute.
Source:
Resulting html:
The text was updated successfully, but these errors were encountered: