Running Ember in CodePen

Has anyone gotten 2.1 running in codepen? Specifically, which of the packages listed at CloudFlare do I need to include?

I’ve tried with ember.prod, both alone and with ember-template-compiler; ember.min & ember-template-compiler; probably a couple of other variants. All throw errors: Cannot read prop extend of undefined, other packages not defined, etc.

Why not http://ember-twiddle.com?

3 Likes

@lightblade That could work. TBH I’d forgotten about that one. And it would be preferable to compose things as modules rather than a load of scriplates and App.this = whatever.

1 Like