I have been researching methods for pre-compiling my _underscore templates and am beginning to think that 99% of people who are pre-compiling their templates seem to be running node.
This makes me think that maybe pre-compiling is intended to only be beneficial for rendering templates on the server instead of the client.
Is this true?
Is there any benefit in compiling temnplates on the server which will only be rendered in the client?