I've generated Express.js project with Stylus and Jade support, changed package.json to use theseus
"start": "node-theseus --theseus-verbose ./bin/www"
and console output from
brackets.io with addon Node.js bindings option "Run as npm start" is
> myappexpressg@0.0.1 start D:\node\testxpress\myappexpressg
> node-theseus --theseus-verbose ./bin/www
[node-theseus] adding require() instrumentation hook
[node-theseus] listening for WebSocket connections on port 8888
[node-theseus] instrumenting D:\node\testxpress\myappexpressg\bin\www ...
[node-theseus] instrumenting D:\node\testxpress\myappexpressg\app.js ...
[node-theseus] instrumenting D:\node\testxpress\myappexpressg\routes\index.js ...
[node-theseus] instrumenting D:\node\testxpress\myappexpressg\routes\users.js ...
[node-theseus] debugger connected
but then, after using "Live preview/Development mode" I'm getting an error to open HTML file for dynamic preview and finally theseus is not working at all.
Jade is compiled to html and that might be a problem, but any way to get it working with current project setup?