ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-build
Change the default output path not working
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 23
- Fork
- 23
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.