
browser-sync
List of commands for browser-sync:
-
browser-sync:tldr:37a1e browser-sync: Start a server from a specific directory.$ browser-sync start --server ${path-to-directory} --files ${path-to-directory}try on your machineexplain this command
-
browser-sync:tldr:623f0 browser-sync: Create configuration file.$ browser-sync inittry on your machineexplain this command
-
browser-sync:tldr:779ea browser-sync: Start browser-sync from config file.$ browser-sync start --config ${config_file}try on your machineexplain this command
-
browser-sync:tldr:fe4ea browser-sync: Start a server from local directory, watching all CSS files in a directory.$ browser-sync start --server --files '${path-to-directory-*-css}'try on your machineexplain this command