Open uiii opened 10 years ago
Thanks for the report!
This weekend I'll check to see if any forks have started on 4.x support, and if not, I'll knock it out.
Basic support for 4.x included in the latest release (1.1.0), with everything but the profile panel.
Let me know if you have any feedback!
Hello, this looks nice. I'm trying with express 4. Could you update the documentation ?
app.configure('development', function() {
^
TypeError: Object function (req, res, next) {
app.handle(req, res, next);
} has no method 'configure'
Good call, thanks. It's updated on the master version readme.
And it works ! Express 4.2 latest. At /express-debug
only, though.
My application serves an index.html (via express.static
). Care to explain the conditions for the debug tab integration ?
The tab will only show when render is called in a route, usually when using a template engine. There isn't a clean way to inject into express.static served files, as far as I'm aware.
Ok. I haven't been able to make my dust render work yet.
Express 4.2 validation : OK from me.
Thanks !
As a note : everything is fine now, EDT gest integrated in my template pages.
Maybe we could close this issue ?
Hi, it would be great to support Express 4.x.