hydecorp / hydejack

A boutique Jekyll theme for hackers, nerds, and academics
https://hydejack.com
Other
1.42k stars 804 forks source link

Invalid US-ASCII character "\xE2" on line 6 in assets/css/hydejack-9.1.4.css #276

Closed freegroup closed 3 years ago

freegroup commented 3 years ago

Hi, bought the PRO version today and I got the error below after an bundle install and bundle exec jekyll serve .

Any idea how to fix this?

LazyRen commented 3 years ago

Are you sure you have not added any character into the file by mistake?

Just in case, here is the full content of the file.

---
---
{% capture include_to_scssify %}{% include styles/style.scss %}{% endcapture %}{% include header.txt %}{{ include_to_scssify | scssify }}
freegroup commented 3 years ago

delete the vendor folder and reinstall everything fixed this issue. sorry for the noise and thanks for your support.