-
Notifications
You must be signed in to change notification settings - Fork 20
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
Obscure exception if last line of js file is a comment #1
Comments
This issue is 1year old, but anyway I will post a comment about it. |
I encountered this error with Ruby 1.8 |
Ohhh.... that is not what I expected. Do you still have the full trace of the exception? |
i'm facing the same issue .. with ruby 1.8.7 and rails 2.2.2 here's the trace |
Thanks @imkira ! installing packr helped. Glad that you commented about it! saved me for sure some hours :) 👍 |
If the last line of a JavaScript file is a comment, bundle_fu fails to generate the cache file and throws an obscure exception.
Exception message: comparison of Fixnum with String failed
The text was updated successfully, but these errors were encountered: