machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Global mode for Emblem #212

Closed mixonic closed 5 years ago

mixonic commented 9 years ago

Emblem should have a "global mode". We broke this in 0.5.0-beta.

In this mode a bootstrap command should look for emblem template script tags and either a) compile those to Ember templates or b) compile them to raw templates, and write them into the DOM as Ember template <script tags.

auvipy commented 7 years ago

is this fixed? or milstone needs update

thec0keman commented 7 years ago

Since Ember strongly encourages precompiling templates, is there still a use case for this feature?