I\'m using handlebars.js and I want to start precompiling everything, but I can\'t seem to find a way to precompile the partials. The majority of my templates are actually parti
As mentioned here on GitHub, there has been a -p flag added to the Handlebars CLI.
-p
So you can use handlebars my_partial.handlebars -p -f output.js
handlebars my_partial.handlebars -p -f output.js