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
Description:
In a newly generated app, development.html and in index.stache where the environment is not production, should reference steal-sans-promises.js, not steal.js.
The reasoning here is the promise shim really messes with the stack, and people are most likely developing with a modern browser because they have the best tools. Production should offer the application to the widest possible audience (with the promise shim for browsers like IE11).