Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Make preview charset fix #1651
Conversation
|
Concept ACK and this should be safe for immediate merge since it's just changing the non-production preview target.. I'm testing now---I should have results in about 30 minutes. Sorry, I didn't attempt to test incremental building outside my usual UTF-enabled environment. I think this solution is ideal given that the regular |
|
Tested ACK now. This change renders the CSS files (and all other files) in the |
Mirobit commentedJun 29, 2017
•
edited
Since the incremental build (#1643) update "make preview" leads to the following error:
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss': Invalid US-ASCII character "\xE2" on line 2427 jekyll 3.0.1 | Error: Invalid US-ASCII character "\xE2" on line 2427I don't know if this is the best solution but it fixes the error.