-
Notifications
You must be signed in to change notification settings - Fork 255
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
Provide JS generators, not Coffesscript #173
Comments
👍 |
1 similar comment
+1 |
@sinisterchipmunk did this work already, I've merged his work into the latest master on my branch available here: |
+1 for generating js. Not everybody loves CoffeeScript :) |
Just an update on this thread before I disengage. I've just ended up using React directly, it's so simple to integrate that I'm over using Backbone. Sinisterchipmunk's work did merge, but it still doesn't work. The object's aren't getting instantiated correctly I believe. |
+1, I was hoping to use this gem, but CoffeeScript is a dealbreaker for me. |
When installing, provide the ability to use pure JS, not CoffeeScript, potentially with the installing call of
rails generate backbone:install --javascript
The text was updated successfully, but these errors were encountered: