Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix public-url option #255

Merged
merged 1 commit into from Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/i18n/en/docs/cli.md
Expand Up @@ -65,7 +65,7 @@ root

### Set the public URL to serve on

Default: [the same as the --out-dir option](#output-directory)
Default: "/"

Available in: `serve`, `watch`, `build`

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/es/docs/production.md
Expand Up @@ -31,7 +31,7 @@ root

#### Configurar la URL publica en la cual servir

Por defecto: --out-dir option
Por defecto: "/"

```bash
parcel build entry.js --public-url ./
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/fr/docs/cli.md
Expand Up @@ -65,7 +65,7 @@ root

### Définir l'URL publique à appliquer

Par défaut : [le même que l'option --out-dir](#répertoire-de-sortie)
Par défaut : "/"

Disponible dans : `serve`, `watch`, `build`

Expand Down Expand Up @@ -274,4 +274,4 @@ Disponible dans : `build`
parcel build entry.js --experimental-scope-hoisting
```

Pour plus d'informations, consultez la [section Tree Shaking](https://medium.com/@devongovett/parcel-v1-9-0-tree-shaking-2x-faster-watcher-and-more-87f2e1a70f79#4ed3) de l'article de Devon Govett sur Parcel 1.9.
Pour plus d'informations, consultez la [section Tree Shaking](https://medium.com/@devongovett/parcel-v1-9-0-tree-shaking-2x-faster-watcher-and-more-87f2e1a70f79#4ed3) de l'article de Devon Govett sur Parcel 1.9.
2 changes: 1 addition & 1 deletion src/i18n/pt/docs/cli.md
Expand Up @@ -65,7 +65,7 @@ root

### Define a URL pública para servir

Padrão: [o mesmo que a opção --out-dir](#diretório-de-saída)
Padrão: "/"

Disponível em: `serve`, `watch`, `build`

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/pt/docs/production.md
Expand Up @@ -31,7 +31,7 @@ root

#### Definir o endereço público para servir os arquivos

Padrão: --out-dir option
Padrão: "/"

```bash
parcel build entry.js --public-url ./
Expand Down