mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:22:09 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
613 B
Markdown
20 lines
613 B
Markdown
# browser-sync
|
|
|
|
> Avvia un web-server locale che si aggiorna al cambiamento dei file.
|
|
> Maggiori informazioni: <https://browsersync.io/docs/command-line>.
|
|
|
|
- Avvia un server da una specifica directory:
|
|
|
|
`browser-sync start --server {{percorso/della/directory}} --files {{percorso/della/directory}}`
|
|
|
|
- Avvia un server da una directory locale, monitorando tutti i file CSS:
|
|
|
|
`browser-sync start --server --files '{{percorso/della/directory/*.css}}'`
|
|
|
|
- Crea un file di configurazione:
|
|
|
|
`browser-sync init`
|
|
|
|
- Avvia bower-sync da un file di configurazione:
|
|
|
|
`browser-sync start --config {{file_di_configurazione}}`
|