You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, doing a dev build of Ember.js does not take features.json into account. This is bad because it means that there will be features missing, even those that have been promoted to the beta channel. This is exacerbated on master right now due to the fact that Handlebars support has been removed, but HTMLbars is still behind a feature flag, so development builds are broken out of the box.
Currently, doing a dev build of Ember.js does not take
features.json
into account. This is bad because it means that there will be features missing, even those that have been promoted to the beta channel. This is exacerbated on master right now due to the fact that Handlebars support has been removed, but HTMLbars is still behind a feature flag, so development builds are broken out of the box.(This ticket filed at the request of @rwjblue.)
The text was updated successfully, but these errors were encountered: