github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.82k stars 349 forks source link

Whitelisting jekyll-webpack #892

Open VorontsovIE opened 9 months ago

VorontsovIE commented 9 months ago

I'm working with gh-pages v228. I want to publish a Jekyll site with some React code bundled with a webpack. Locally I'm using jekyll/webpack plugin.

Locally it works (e.g. my blog has webpack dependencies - see repo) and bundles my webpage even in live reloading mode. But it doesn't work on a hosted version, thus I need to manually bundle my source code and put bundled files under a git supervision. Nothing critical, but I think it'd be more convenient to bundle code on a github server.