Closed sikachu closed 14 years ago
rake johnson:compile will recreate static.js.
Can you attach the HTML that's causing the problem? That'll make it easier to track down.
This should be fixed in envjs 0.3.5 (which I should cut shortly).
Thank you very much. Sorry that I forgot to provide a feedback on your request.
No worries.
Hello,
The capybara-envjs is working for me so far, but somehow I just ran up into some issue.
Somehow if the page has
<table>
tag with<tfoot>
element in it, Envjs would throw the exception on parsing the page. Some of the backtrace is:The test did completed successfully, but the backtrace would print out the whole HTML document. I just want to know if there's something I can do to track down this bug.
Also, could you tell me the way to compile the
static.js
from envjs repository? I'd like to update the sources to make sure that it's actually envjs bug.Thank you