-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependecy Error despite all dependecies #35
Comments
I don't think you can use plugins with github pages. |
We aren't deploying to GitHub pages. The other plugin works just fine. |
have you run bundle install? Also, check your gemfile.lock, maybe you have a dependency locked to a version lower than you need for jekyll-minifier's dependencies |
also, your first comment says you ran |
I am getting the same issue on macos gem 2.7.6; gem install jekyll-minifier. All installs with no errors but errors on build or serve |
I got some errors before when I had malformed JS files. I would copy out all your files and leave the most basic of a shell. Then build, then if it’s not erroring add back each file until you find out which isn’t proper. |
Seems to work fine via the jekyll docker, so it must be a mac specific issue. Swapped to that. |
Still getting the dependency issue described above :c |
I can confirm and reproduce in a Dockerfile. |
I am having the same issue, on mac as well. |
Fresh install of github-pages. Jekyll 3.6.2 so my _config.yml says
Constantly getting
I even ran
gem install jekyll-minified -include-dependencies
and no luck.Any ideas?
The text was updated successfully, but these errors were encountered: