Philipp Wüllner
Results
2
issues of
Philipp Wüllner
I'm building a simple mailer package, which uses handlebars-server as a dependency to render email templates to string and then send them out. But somehow the `*.handlebar` templates are not...
If you define a `transformWrite` function as described in the docs with some image manipulation like this: ``` javascript // tranformWrite function var createThumb = function(fileObj, readStream, writeStream) { var...