ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-build

Change the default output path not working

オープン
#42 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
23
フォーク
23
PR マージ指標
30日以内にマージされた PR はありません

説明

I tried to change the default output path as follows and it didn't work, the add-on put all the stuff into `tmp/deploy-dist`:
```
#deploy.js

...
if (deployTarget === 'development') {
ENV.build.environment = 'development';
ENV.build.outputPath = 'dist';
}
....
```
What am doing wrong here ? Thank you.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。