grunt-ember-templates

Not possible to use the latest ember with pre-compiled templates

青春壹個敷衍的年華 提交于 2020-01-17 08:35:51
问题 I have just installed the latest ember starter kit. It has: Ember.VERSION : 1.0.0-rc.5 Handlebars.VERSION : 1.0.0-rc.4 jQuery.VERSION : 1.9.1 I am using grunt-contrib-handlebars@0.5.9 to pre-compile my templates (this is the latest version available). I do not know what version of handlebars is included in that package, but I get the following error when starting the application: Uncaught Template was precompiled with an older version of Handlebars than the current runtime. Please update your

Not possible to use the latest ember with pre-compiled templates

廉价感情. 提交于 2020-01-17 08:35:08
问题 I have just installed the latest ember starter kit. It has: Ember.VERSION : 1.0.0-rc.5 Handlebars.VERSION : 1.0.0-rc.4 jQuery.VERSION : 1.9.1 I am using grunt-contrib-handlebars@0.5.9 to pre-compile my templates (this is the latest version available). I do not know what version of handlebars is included in that package, but I get the following error when starting the application: Uncaught Template was precompiled with an older version of Handlebars than the current runtime. Please update your

Uncaught Error: Template was precompiled with an older version of Handlebars

与世无争的帅哥 提交于 2019-12-01 23:35:58
问题 I'm using Bower to manage my frontend dependencies and grunt-ember-templates to precompile handlebars templates. These are the dependencies in bower.json : "devDependencies": { "ember": "~1.3.1", "jquery": "~2.0.3", "normalize-css": "~2.1.3", "jquery.cookie": "~1.4.0", "font-awesome": "~4.0.3" } ... and in package.json : "devDependencies": { "bower": "~1.2.8", "grunt": "~0.4.2", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "handlebars": "

Uncaught Error: Template was precompiled with an older version of Handlebars

て烟熏妆下的殇ゞ 提交于 2019-12-01 21:53:30
I'm using Bower to manage my frontend dependencies and grunt-ember-templates to precompile handlebars templates. These are the dependencies in bower.json : "devDependencies": { "ember": "~1.3.1", "jquery": "~2.0.3", "normalize-css": "~2.1.3", "jquery.cookie": "~1.4.0", "font-awesome": "~4.0.3" } ... and in package.json : "devDependencies": { "bower": "~1.2.8", "grunt": "~0.4.2", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "handlebars": "~1.3.0", "ember-template-compiler": "~1.4.0-beta.1", "grunt-ember-templates": "~0.4.18" }, However, when