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

Change the default output path not working

Abierto
#42 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
23
Forks
23
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.