-
Notifications
You must be signed in to change notification settings - Fork 200
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
css not inlined on windows7 @0.5.0 #1701
Comments
Weird. This also works fine for me on Mac, vulcanize 0.6.1. Can you attach the vulccanized.html? 0.6.1 does the same thing? |
@ebidel I confirmed through this test code. [email protected] version (via npm) was not return correctly list called by $('link[rel="stylesheet"]') method. all returned list count is zero. howerver, I could get a result what I expected when I tested with previous tarball version(v0.1.3.2). I guess, whacko would be changed something. see log below
|
They updated parse5 version. inikulin/whacko@378a14d#diff-b9cfc7f2cdf78a7f4b91a753d10865a2L30 |
I pushed both vulcanized files (osx and win) : https://github.com/ulybu/vulcanize-no-css Yes the problem is still there with 0.6.1. |
Guys, this issue is caused by recently landed full-featured |
Ugh. That's no good. Thanks for tracking this down. |
|
The css linked in my seed-element.html is not inlined in my vulcanized output.
I may be missing some options, but the result should be the same on both platform
How to reproduce
vulcanize --inline seed-element.html
result
The text was updated successfully, but these errors were encountered: