Using Ender's ender@dev branch from npm, "ender compile" works, except that when bean is included, bean produces broken code in the resulting ender-app.js. This is a big deal because bean is included in the "jeesh" default starter pack for Ender, and this bug breaks "ender compile" by default, unless you remove bean.
philip-wernersbach/ender-compile-is-broken@a7a502092ada83691663409119531e2433799a82 contains a test case for this bug. The bug seems to be in the "integrate" function in bean's Ender wrapper.
Using Ender's ender@dev branch from npm, "ender compile" works, except that when bean is included, bean produces broken code in the resulting ender-app.js. This is a big deal because bean is included in the "jeesh" default starter pack for Ender, and this bug breaks "ender compile" by default, unless you remove bean.
philip-wernersbach/ender-compile-is-broken@a7a502092ada83691663409119531e2433799a82 contains a test case for this bug. The bug seems to be in the "integrate" function in bean's Ender wrapper.