toranb / ember-template-compiler

An npm module for the ember-template-compiler.js file that ships with ember.js
MIT License
30 stars 23 forks source link

[Question] Deprecated or is ember still using this in their build process? #31

Closed ghost closed 9 years ago

ghost commented 9 years ago

Is this module deprecated or is ember still using this in their build process? :sweat_smile:

toranb commented 9 years ago

I believe HTMLBars essentially replaced this in ember 1.9 or 1.10+

rwjblue commented 9 years ago

http://emberjs.com/blog/2015/02/05/compiling-templates-in-1-10-0.html

ghost commented 9 years ago

@rwjblue Thanks.

rwjblue commented 9 years ago

Rolling a custom build process sounds like great job security!

toranb commented 9 years ago

haha don't take @rwjblue too seriously :) but he has a good point. If you just want to learn here is a gulp build I wrote/maintained before ember-cli took off. It's not current and won't work with anything ember 1.9+ but if you want to hack on this with ember 1.8.1 you should learn a few things anyway.

https://github.com/toranb/ember-gulp-example/blob/master/Gulpfile.js

ghost commented 9 years ago

@rwjblue :smile: @toranb Thanks! :+1: