jekyll / jekyll-coffeescript

A CoffeeScript converter for Jekyll.
MIT License
53 stars 20 forks source link

Extension remains as .coffee in Jekyll 3.1.x #15

Closed wjdp closed 8 years ago

wjdp commented 8 years ago

I'm upgrading our site to Jekyll 3.1.x ( https://github.com/newtheatre/history-project/pull/496 ) and seeing coffeescript files that compile but their extensions do not change. Two files here, lib.js is unrelated.

image

image

I see no change in jekyll-coffeescript and no other reports so could very well be something dodgy in our repo.

wjdp commented 8 years ago

Whoops, seems on futher inspection to be an issue with jekyll-jsminify. Correct behaviour when it's omitted.

stephenyeargin commented 8 years ago

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