yaymukund / grunt-ember-handlebars

Precompile ember templates in grunt using only headless-ember.js and ember.js
MIT License
34 stars 26 forks source link

Compiled size bigger than with ember-precompile #2

Closed ifeltsweet closed 11 years ago

ifeltsweet commented 11 years ago

I assume this is because it uses headless-ember.js while ember-precompile uses handlebars.js in the process.

yaymukund commented 11 years ago

I compared a simple file that I compiled using both libraries. My guess is that ember-precompile doesn't support the helperMissing feature added by Ember.

I'm not sure why this is. It could be a different Ember version, because it doesn't go through headless-ember.js, or something else entirely.

yaymukund commented 11 years ago

Going to close this since it doesn't seem to be going anywhere. Please open another issue if you discover anything else :D Thanks!