Precompiling Handlebars.js templates in Windows

前端 未结 3 1127
情深已故
情深已故 2021-02-02 15:37

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

3条回答
  •  时光取名叫无心
    2021-02-02 15:56

    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

提交回复
热议问题