Looking at the Handlebars.js documentation for precompilation.
The instructions are for OSX. Can this be done on Windows as well?
If so, when they say to \"insta
In visual studio you have 2 options:
1) using a bundle transform from System.Web.Optimization
2) using a postbuild event in visual studio (requires nodejs)
see Gist