donejs / bitballs

A basketball tourney application.
https://donejs.com/bitballs.html
MIT License
11 stars 17 forks source link

steal 2 upgrade #326

Closed justinbmeyer closed 6 years ago

justinbmeyer commented 6 years ago

@matthewp This tries to upgrade to steal but http://localhost:5000/dev.html is not loading.

npm ls steal shows steal@2.0.0-pre.9 for me.

To run, you should be able simply clone this branch and open dev.html. If you need to get postgres setup, the instructions are here: https://github.com/donejs/bitballs/blob/master/README.md and only take a few min.

The test pages do load, so I'm betting this is an issue with done-autorender.

After getting this to work, ideally you could help me look at:

matthewp commented 6 years ago

Will take a look tomorrow. In donejs-chat the build and prod work but ssr does not, so interested in seeing what's different here.

matthewp commented 6 years ago

dev.html wasn't loading because there's no auto-main in 2.0. a325d44ae49d52ff9f072e5e42ce224789cd4176 fixes it.

For ssr looks like you are running into https://github.com/canjs/can-vdom/issues/50, i'll start there.