Open AndrewPetz opened 2 years ago
Did you solve this? I have the same issue.
Same issue here, the build & serve command from Jekyll freezes on init.
bundle exec jekyll serve
Configuration file: C:/project/_config.yml
Logging at level: debug
Jekyll Version: 4.3.1
Requiring: jekyll-postcss
Did you solve this? I have the same issue.
I solved it, after trying to find a solution for soon 1.5 hours, by using this instead. https://github.com/bglw/jekyll-postcss-v2
same setup: add in gem, add in plugins, same postcss.config.js
file.
Same issue here. Couldn't get jekyll-postcss-v2 to work either no matter what I tried. Been at it for hours.
I got it working by running npm i postcss postcss-cli
Platform: Windows
I'm trying to get TailwindCSS working with my new Jekyll project, and when I run
bundle exec jekyll serve --verbose
it freezes. Force-quitting the process with ctrl+c displays the following:Here are all of my current config files, with what I believe are irrelevant lines stripped out:
_config.yml:
postcss.config.js
tailwind.config.js
I'm happy to include any other details that you might need.