Open KSXGitHub opened 7 years ago
I want to be able to use any Node.js module in a pug file
It would be really cool if I can compile this without having to pug.compile myself
pug.compile
- const foo = require('foo') p foo("bar") = #{foo("bar")}
i agree
I want to be able to use any Node.js module in a pug file
It would be really cool if I can compile this without having to
pug.compile
myself