Skip to content
New issue

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

use newer Myth #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nmschulte-aviture
Copy link

The previously used version of Myth did not support auto-prefix generation for property values that also had a '!important' declaration. Bumping the grunt-myth package version (to latest stable) pulls in a version of Myth that does support this prefixing.

Note, this causes the 'dss' task to busy-wait/hang; I guess this is due to some new markup in the Myth output that DSS (or the grunt-contrib-dss package) does not like.

The previously used version of Myth did not support auto-prefix generation for property values that also had a
'!important' declaration.  Bumping the grunt-myth package version (to latest stable) pulls in a version of Myth that
does support this prefixing.
@nmschulte-aviture
Copy link
Author

DSS is blowing up (well, chugging along, possibly finishing if I cared to wait) due to the base64 encoded sourceMappingURL declaration n the output style.css file. Myth used to reference the style.css.map file instead; it still generates this file, but doesn't reference it anymore.

the latest Myth version supports this now
reference a .css.map file instead; this was a change in Myth due to bumping versions
@nmschulte-aviture
Copy link
Author

The last commit, 5e8223d, resolves the DSS issue. I'm not sure the best way to compare how the change in Myth affects things, but perhaps a diff of the output would be well enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants