Skip to content

Commit

Permalink
Fix public-url option (#255)
Browse files Browse the repository at this point in the history
Update for consistency with parcel-bundler/parcel#1846
  • Loading branch information
bryanjhv authored and DeMoorJasper committed Oct 6, 2018
1 parent 196863e commit 50012b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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

1 comment on commit 50012b7

@vercel
Copy link

@vercel vercel bot commented on 50012b7 Oct 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.