ember-cli-deploy / ember-cli-deploy/ember-cli-deploy-build
Change the default output path not working
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 23
- Forks
- 23
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.