実行するember build --environment staging
と、ビルドエラーが発生します。config/environment.js には、ステージングを探す条件があるため、baseUrl をステージング サービスに変更できます。しかし、環境セットでビルドしようとすると、次のエラーが発生します。
You must pass a file to 'EmberApp::import'. For directories specify them to the constructor under the 'trees' option.
これは ember-cli の問題ですか、それとも Brocfile で環境を宣言する必要がありますか?