Questions tagged [grunt-ember-templates]

grunt-ember-templates is a grunt.js plugin that precompiles handlebars.js templates and places them into the Ember.TEMPLATES[] array which is used by Ember.js to store compiled templates.

grunt-ember-templates is a grunt.js plugin that precompiles handlebars.js templates and places them into the Ember.TEMPLATES[] array which is used by Ember.js to store compiled templates.

17 questions
0
votes
1 answer

Where do I put my Grunt compiled Ember.js Templates in my HTML file?

I'm working on a simple Ember.js and Express app and up to now all my templates have been in my index.html file. This is my first time using Grunt for anything much less precompile templates. (I'm using Grunt-Ember-Handlebars to tackle the…
JDillon522
  • 19,046
  • 15
  • 47
  • 81
0
votes
2 answers

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

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…
blueFast
  • 41,341
  • 63
  • 198
  • 344
1
2