-
Notifications
You must be signed in to change notification settings - Fork 140
[WIP] Globals + canary bower artifact repo deployment #300
base: master
Are you sure you want to change the base?
Conversation
193c157 to
84f76c6
Compare
Brocfile.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional console log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
84f76c6 to
e3eb0e4
Compare
|
@jayphelps the runtime package would possibly used if you wanted to consume HTMLBars as a stand-alone templating engine. In Ember, we provide our own hooks implementation to HTMLBars and thus in many ways the hooks are only used for testing and proof-of-concept. @mmun might be able to say if that would change with the new reactive rendering changes. I know the concept of hooks will change. I'm unsure if we're stable enough to have a great story here yet, but I would love to see HTMLBars a library used for things beyond Ember. |
|
@mixonic I definitely need |
|
@jayphelps for sure, I'm open to exposing it in an AMD and globals public API. |
|
@mixonic Yup, got it. We will adapt; Resistance is futile. |
|
Definitely interested in seeing this finished 👍 |
|
@lazd waiting for Glimmer changes to settle. 😀 |

Update 05/06/15: Wow, things have changed a TON with Glimmer...Still not settled down enough to finish this...yet.
I can haz a bower dist? How bout globals?
I'll need someone to help get this past the finish line. @rwjblue put me in the right direction but the global dist fails to load with
Uncaught Error: Could not find module htmlbars-util/handlebars/safe-string(others insidehtmlbars-utilalso will fail to find morehtmlbars-util/handlebars/*).Digging through, I expect it has something to do with #194. Does
amd/htmlbars.amd.jseven work right now as-is? Doesn't for me.htmlbars-util/handlebarsinline dependency issuehtmlbars-runtime??? (should it get merged into thewindow.HTMLBarsnamespace?)sucksneeds this)AFAIK I can't truly pre-test all the travis -> artifact push stuff, but it's mostly copy-pasta from ember-qunit, et al.