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

Change the default output path not working

Đang mở
#42 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.