Colin Kennedy
Colin Kennedy
If you mean you are [using GitHub Pages to build from your jekyll source](https://help.github.com/articles/using-jekyll-with-pages/), then [unfortunately third party plugins aren't supported](https://help.github.com/articles/using-jekyll-plugins-with-github-pages/). (beyond the ones they have installed). You can push...
Basically you would commit push the built content of the site (the `_site` directory that jekyll creates, it feels a little bad... I know). [If you commit a file called...
I haven't at all. I'm not surprised that it doesn't work, as using `jekyll --watch` doesn't work with asset bundler in the current stable version. [Currently asset bundler just switches...
That is the intended behavior, but I like your "more reasonable" approach. The problem is the way Jekyll regenerates the site. If you make a change to a css file...
If you could drop an example Jekyll site somewhere (gist, etc) and link it here I would appreciate it. Thanks for the heads up.
@robojeff You using `ts-transform-paths`? I found this bug report after trying to upgrade my own project: https://github.com/zerkalica/zerollup/issues/37
Ug... Thanks for letting us know. This may take a bit to coordinate a the fix.
Could you post a full example?
A follow up to this. I got it to work after trying repeatedly, but it still seems to crash 7/10 times, nothing in the log.