-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
TodoMVC using Mojito #435
TodoMVC using Mojito #435
Conversation
…mojito for details) * mojito/*: TodoMVC using base Mojito framework.
Hmm... looking at the latest screenshot at https://github.com/addyosmani/todomvc (Readme.md), I guess, I'll need to update the assets (specifically, sprite). Barring that, looks mostly there unless glaring issues are noticed. |
@gvaish Do you know any Mojito people we could get to review? |
@gvaish, we plan to review it next week: https://trello.com/card/review-todomvc-by-gaurav/504e5e3b7cd1578456fc430f/406 |
@caridy Awesome! |
@gvaish Just have a few quick questions:
I'll take a more in-depth look at the code in just a little bit, but appreciate your work. :) |
@rwaldura / @caridy I was under the impression that rollup includes only the referenced ("required") JS even from core-mojito but it seems it contains all of mojito. |
Two quick notes:
|
@caridy Closing this request. Let me upgrade to 0.5.4 and send another request. Production readiness addresses (2). @clarle Let me know if you have any further queries... Feel free to ping at https://github.com/gvaish/todomvc/issues |
@gvaish You don't need to open another PR, just push your changes to this PR. |
Oh ok. |
Associating YahooArchive/mojito/issues/982 with this. Not sure if I am wrong at my end or something else is the issue... |
Now that YahooArchive/mojito#982 is closed via YahooArchive/mojito#997, time to update mojito installation and checkout the latest |
… the example to load more smoothly by hiding the todo template until the todos have loaded
Close #458 + ENTER_KEY extracted
Also, added one missing - but optional - dependency requirement for Backbone in the main.js to allow for r.js compilation.
…h-pages Conflicts: changelog.md labs/dependency-examples/angularjs_require/index.html
@gvaish You should rather rebase your commits instead of merging with upstream. Your diff stats are currently "2,450 changed files with 665,995 additions and 0 deletions." :) Alternatively, you can start a new branch from the current gh-pages and cherry-pick your commits by hand, if that is easier. |
@passy I have already done a rebasing in my repo. With the newer version of Mojito (with the required changes) now released, I should be sending an updated pull request by this weekend. |
Great, looking forward to it! |
@gvaish awesome to hear :) You can just update this one by force pushing to it. |
/ping @gvaish :) |
/pong Got stuck with Mojito pseudo-hosting - See YahooArchive/mojito#1050. Here's the final conclusion that I have drawn - cannot host Mojito app on Github - something that I tried to do. |
@gvaish looking forward to seeing your app. couple of pointers.
|
@isao Thanks for the pointers
btw, can either you or @caridy review #507. |
TodoMVC using base Mojito framework.
It is missing unit tests, a little difficult to write in YUI.
Mock-tests is what is natively supported in YUI (and hence, Mojito).