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

batman updated to use bower. about time, batman. #536

Merged
merged 1 commit into from
Apr 17, 2013

Conversation

stephenplusplus
Copy link
Member

#475

Batman has been updated with Bower. I also registered batman.js with Bower.

I tweaked the readme to add info on how to (get|use) coffeescript and npm to compile the code.

There was also a mini-bug in the app. While editing a todo, the keyup event was waiting for the enter key. When enter was struck, the code manually called the "toggleEditingMode" function, which was also being called by the blur() event. Instead of double-firing, I changed it to, pseudo: if (enterKey) input.blur() which allows the blur event to call the "toggleEditingMode" function as usual.

Batman!

12 error path /Users/ssawchukii/dev/todomvc/labs/architecture-examples/batman/components/batman/package.json
13 error code ENOENT
14 error errno 34
15 verbose exit [ 34, true ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌵

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔕

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐴

sindresorhus added a commit that referenced this pull request Apr 17, 2013
batman updated to use bower. about time, batman.
@sindresorhus sindresorhus merged commit 0578cc1 into tastejs:gh-pages Apr 17, 2013
@sindresorhus
Copy link
Member

lgtm 👍

gustaff-weldon pushed a commit to gustaff-weldon/todomvc that referenced this pull request Dec 23, 2013
batman updated to use bower. about time, batman.
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

Successfully merging this pull request may close these issues.

3 participants