Easy way to precompile Emberjs Handlebar templates with nodejs?

前端 未结 8 1734
耶瑟儿~
耶瑟儿~ 2021-02-01 09:59

I\'m enjoying emberjs a lot and would like to take the next step in a couple of my small, mobile apps and precompile my Ember/Handlebars templates as part of my build process.

8条回答
  •  逝去的感伤
    2021-02-01 10:08

    The following gist contains a nodejs build script that will precompile all .handlebars files in a given folder:

    https://gist.github.com/1622236

提交回复
热议问题