jekyll-autoprefixer icon indicating copy to clipboard operation
jekyll-autoprefixer copied to clipboard

Windows Error

Open AndrewZamora opened this issue 7 years ago • 3 comments

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?

AndrewZamora avatar Dec 12 '17 08:12 AndrewZamora

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

steakscience avatar Aug 18 '18 20:08 steakscience

@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.

AndrewZamora avatar Aug 22 '18 10:08 AndrewZamora

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

steakscience avatar Aug 22 '18 13:08 steakscience