grunt ember templates:一个Grunt插件可以预编译Ember.js的Handlebars模板 源码
grunt-ember-templates 预编译Handlebars模板。 入门 该插件需要Grunt ^0.4.5 。 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-ember-templates --save-dev 插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用该插件: grunt . loadNpmTasks ( 'grunt-ember-templates' ) ; grunt-ember-templates v1.0与Ember v1.10 +兼容 如果您使用早期版本的Ember,请使用grunt-ember-templates v0.6 。 最基本的例子 使用bower安装Ember.js: $ bo
文件列表
grunt-ember-templates:一个Grunt插件,可以预编译Ember.js的Handlebars模板
(预估有个100文件)
.gitignore
67B
ember-templates.js
6KB
simple.hbars
34B
text.hbars
33B
preprocess.hbs
133B
simple.hbs
34B
child.hbs
17B
text.hbs
33B
grunt-ember-templates-test.js
6KB
amd.js
3KB
暂无评论