showing results for - "browser sync"
Johan
13 Jan 2019
1copy this command to istall browser sync "npm install -g browser-sync" without quotes
Alessio
24 Feb 2016
1# To add broswser-sync into sublime text linux/ubuntu machine follow this steps.
2sudo apt-get remove nodejs npm #to remove existing node package.
3curl -sL https://deb.nodesource.com/setup_8.x 116 | sudo -E bash -
4sudo apt-get update && sudo apt-get install yarn
5sudo apt-get install -y nodejs
6node -v # to check the version of installed node package
7npm install -g browser-sync # to install browser-sync package.
8browser-sync start --server --files "*.html, css/*.css,*js,js/*.js" # it will run current directory files into default browser
Juliana
15 Oct 2016
1../
2chakracore-nightly/                                17-Nov-2019 05:30                   -
3chakracore-rc/                                     23-May-2018 21:45                   -
4chakracore-release/                                17-Nov-2018 08:25                   -
5docs/                                              04-Jan-2021 18:14                   -
6next-nightly/                                      30-Aug-2015 08:29                   -
7nightly/                                           07-Jan-2021 06:30                   -
8rc/                                                14-Dec-2020 11:00                   -
9release/                                           04-Jan-2021 18:14                   -
10test/                                              30-Dec-2020 15:30                   -
11v8-canary/                                         05-Jan-2021 10:30                   -
12