davglass / yui-express

Example YUI 3 based View engine for ExpressJS
http://express.davglass.com
Other
68 stars 9 forks source link

YUI 3.x Tabview demo doesn't work #1

Closed yevgenko closed 14 years ago

yevgenko commented 14 years ago

According to line 356 in server.js tabview supposed to render to #demo element, but it were rendered to body and tabview demo didn't work.

Than I tried to fix creating #demo element using dom methods I found example in the following gist: http://gist.github.com/541501

And now it's works, after the following change: yviktorov/yui-express@096b6911ddf1c848c8415fcf8a67a0a4f4486788

Everything installed according instruction with npm on Ubuntu, anyway:

yevgenko commented 14 years ago

looks like it were something with jsdom@0.1.16 I've upgraded to jsdom@0.1.18 and Tabview demo works fine.