Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Plugins are silently ignored and that costs users a lot of time #442
Comments
|
We could provide warning-level build feedback e.g. "Notice: Custom plugins are disabled when previewing locally", but I think the better, more descriptive solution would be for Jekyll to warn when a plugin is requested but ignored. |
|
If I forked a project that used the github-pages gem for github deployment but I don't want to github-deploy, how do I deactivate this "feature" of blocking plugins that are forbidden on a platform I'm not using? I would want "There is files in the _plugins/ folder. Are you trying to use plugins? GitHub only allows a short list of plugins. If you want to override this limitation for local builds, do this little trick: ..." |
I and many others spent hours debugging they plugins when running locally, please see jekyll/jekyll#5265 (comment).
This is a UX problem, it should be easily fixable with big fat warning!