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

Specs that fail to compile produce circular dependency errors #53

Closed
sinisterchipmunk opened this issue Jan 4, 2012 · 1 comment
Closed
Labels

Comments

@sinisterchipmunk
Copy link
Owner

When a Jasmine spec written in CoffeeScript fails to compile (that is, the CoffeeScript compiler fails for some reason -- usually due to a syntax error), subsequent requests for that file will result in circular dependency errors. This continues until the development server is restarted.

@sinisterchipmunk
Copy link
Owner Author

This is either a bug in Sprockets or in Rails and has already been fixed. It is discussed in more detail in sstephenson/sprockets#133.

Upgrading the bundle gems to their latest versions solves this issue.

Related: I pushed a commit yesterday (96d861c) to fix jax dependency resolution, so newer versions of (e.g. Rails 3.2) can now be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant