I’m using jade/pug template engine with ExpressJS on Node.js. It outputs a html with single line. No indentation at all. I couldn’t find any beautifier option.
I’m using jade/pug template engine with ExpressJS on Node.js. It outputs a html with
Share
There used to be a {pretty: true} option but it was removed because it messed up with whitespaces.
Refs:
https://github.com/visionmedia/jade/issues/#issue/91
https://github.com/visionmedia/jade/issues/closed/#issue/89