I want to minify my template during the compile period of it in NodeJS
Searching on I found that handlebars.compile(templateLoaded);
has more options besides the template parameter. I would like to know how to pass the minify parameter correctly and what are the other options that could be passed.
In this link , the highlighted lines allow this.
I asked the same question in SOEN , if someone wants to reply there too help.