Last Updated: February 25, 2016
·
1.441K
· ulisesrmzroche

Ember CLI, Staging, and You

At first glance, you'd think that ember build --environment staging would work, but it doesn't right now, and perhaps won't. In the meantime, working with proxys is easier and feels much better anyway. Try using ember serve --proxy http://localhost:3000 to connect to your localhost API for dev, and for staging, just run ember build.

1 Response
Add your response

passing --proxy is about to be deprecated, see https://github.com/stefanpenner/ember-cli/issues/1601

over 1 year ago ·