mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 12:37:56 +01:00
browser-sync: add Italian translation.
This commit is contained in:
parent
755f5452b4
commit
e4860c103b
1 changed files with 19 additions and 0 deletions
19
pages.it/common/browser-sync.md
Normal file
19
pages.it/common/browser-sync.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# browser-sync
|
||||
|
||||
> Avvia un web-server locale che si aggiorna al cambiamento dei file.
|
||||
|
||||
- Avvia un server da una specifica directory:
|
||||
|
||||
`browser-sync start --server {{percorso/a/directory}} --files {{percorso/a/directory}}`
|
||||
|
||||
- Avvia un server da una directory locale, monitorando tutti i file CSS:
|
||||
|
||||
`browser-sync start --server --files '{{percorso/a/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}}`
|
Loading…
Reference in a new issue