Extension remains as .coffee in Jekyll 3.1.x
wjdp opened this issue · 2 comments
wjdp commented
I'm upgrading our site to Jekyll 3.1.x ( newtheatre/history-project#496 ) and seeing coffeescript files that compile but their extensions do not change. Two files here, lib.js is unrelated.
I see no change in jekyll-coffeescript and no other reports so could very well be something dodgy in our repo.
wjdp commented
Whoops, seems on futher inspection to be an issue with jekyll-jsminify. Correct behaviour when it's omitted.
stephenyeargin commented
If anyone else comes across this, my solution was to ensure that jekyll-coffee is properly loaded in my _config.yml file under the gems: key.
gems:
- jekyll-coffeescript
