Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coffee-script-source Gem is missing the source sode #4403

Closed
nick-desteffen opened this issue Dec 15, 2016 · 7 comments
Closed

coffee-script-source Gem is missing the source sode #4403

nick-desteffen opened this issue Dec 15, 2016 · 7 comments

Comments

@nick-desteffen
Copy link

https://rubygems.org/gems/coffee-script-source/versions/1.12.1

Below is the contents of the file: lib/coffee_script/coffee-script.js

/**
 * CoffeeScript Compiler v1.12.1
 * http://coffeescript.org
 *
 * Copyright 2011, Jeremy Ashkenas
 * Released under the MIT License
 */
undefined
@thiago-negri
Copy link

thiago-negri commented Dec 15, 2016

Lost some time trying to figure out why my CI stopped working with "CoffeeScript" is not defined".
Forced version 1.11.1 on Gemfile to get it back to work.

@rafaelfranca
Copy link

To reproduce this error, just goes to the 1.12.1 tag and run MINIFY=false cake build:browser

@vendethiel
Copy link
Collaborator

Paging @josh because I seem to remember he was the one maintaing it.

@rafaelfranca
Copy link

I'm maintaining it but the problem is actually at Cakefile in this repository. If you do MINIFY=false cake build:browser the content generated is only undefined.

@vendethiel
Copy link
Collaborator

Ah! Alright. I understand the issue now.

@rafaelfranca
Copy link

cake test:browser is also broken

@haberbyte
Copy link
Contributor

Not sure if this has been taken care of somewhere else, but i think my PR fixes this!

eileencodes added a commit to rails/rails that referenced this issue Dec 16, 2016
Coffee script 1.12.1 was released and contained a bug where coffee
script was undefined. 1.12.1 was yanked and 1.12.2 was released. This
bumps coffee-script-source so that CI Railties tests pass.

See: jashkenas/coffeescript#4403
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants