Matt Kangas

Results 1 issues of Matt Kangas

The [current Jade compiler](https://github.com/electronjs/electron-compilers/blob/master/src/html/jade.js) always calls jade.render to produce `text/html`. I want to enhance the compiler so it is also able to return `application/javascript` (via jade.compile) when a javascript file...

enhancement