-
Notifications
You must be signed in to change notification settings - Fork 214
HTML5App looking for "POST /tunnel" #1050
Comments
Can you elaborate more? Tunnel will not work with an offline app. |
@caridy Bingo. I assumed/expected the same :-) Basically, what I was looking at is - if I have mojits that have either common or client affinity controllers only, can Mojito work without making a call to "/tunnel" to fetch the components (views, model, controller etc). I guess it doesn't make too much sense for this case... |
Well, the "referenced issue" is - tastejs/todomvc#507 |
I'm not so sure I follow. Views, Models and Controllers are just YUI modules setting in the |
@caridy The issue that I am seeing is that even though all components have "common" affinity (controller + model), the btw, the application is live at http://gvaish.github.com/todomvc-mojito/common/
Adding @isao |
@gvaish few comments:
|
@gvaish I was able to reproduce the issue, and I found a couple of bugs in store-client that prevent the use of relative paths in HTML5 apps, I plan to fix it asap. I will commit against this issue. |
@caridy Cool. So, it seems the Will await the updates. Take your time! |
@caridy Is the Trello task done? I saw a notification
But then the card went missing... Got curious. |
@gvaish we discussed the card today during a meeting, and we have decided to move it into another board where we are reworking mojito-next which is the next big iteration on mojito and its underlaying components. The reason why we moved there is because I have found some issues with the current implementation and fixing it might take longer that I was expecting which aligns better with the refactors that we are planing for mojito-next. In other words, this might get ready in 0.6.x but not in 0.5.x. Apologies for the inconveniences, and I will recommend you not to load dynamic mojits when running and html5 ap in the meantime. We can discuss more offline. |
@caridy Will ping you directly. |
Wonder if
HTML5App
should look for "/tunnel" even if there are no components with anyserver
affinity?The text was updated successfully, but these errors were encountered: