vwochnik / jekyll-autoprefixer

Autoprefixer integration for Jekyll
MIT License
64 stars 16 forks source link

Windows Error #5

Open AndrewZamora opened 6 years ago

AndrewZamora commented 6 years ago

Thank you for making this plugin.

I get the following error in my command line when I try to use this plugin.

jekyll 3.6.2 | Error:  "\x80" on Windows-31J

My build settings are below:

markdown: kramdown
theme: minima
plugins:
  - jekyll-feed
  - jekyll-autoprefixer
sass:
  sass_dir: _sass

Is this happening because I'm using sass or have I installed the plugin incorrectly?

steakscience commented 5 years ago

I'm gonna guess you didn't install the plugin correctly. I'm using sass with no issues.

AndrewZamora commented 5 years ago

@SixFingeredAmish Thank you for the observation. Could you walk me through how you went about installing the plugin? That way I might be able to figure out how I installed the plugin incorrectly.

steakscience commented 5 years ago

Put jekyll-autoprefixer into your gemfile where all the other plugins are. Also put them into config.yaml where other plugins are. Then run bundle