Skip to content

Instantly share code, notes, and snippets.

@rpkoller
Last active October 9, 2018 09:56
Show Gist options
  • Save rpkoller/07e13364a71f7d2560e19692a84f07e6 to your computer and use it in GitHub Desktop.
Save rpkoller/07e13364a71f7d2560e19692a84f07e6 to your computer and use it in GitHub Desktop.
Debug output in the terminal when Gulp+BrowserSync is starting
$> gulp
[11:43:19] Using gulpfile ~/SitesLocal/mysite/app/public/gulpfile.js
[11:43:19] Starting 'watch'...
[debug] -> Starting Step: Finding an empty port
[11:43:19] Finished 'watch' after 92 ms
[11:43:19] Starting 'default'...
[11:43:19] Finished 'default' after 58 μs
[debug] Found a free port: 3000
[debug] Setting Option: port - 3000
[debug] + Step Complete: Finding an empty port
[debug] -> Starting Step: Getting an extra port for Proxy
[debug] + Step Complete: Getting an extra port for Proxy
[debug] -> Starting Step: Checking online status
[debug] Resolved www.google.com, setting online: true
[debug] Setting Option: online - true
[debug] + Step Complete: Checking online status
[debug] -> Starting Step: Resolve user plugins from options
[debug] + Step Complete: Resolve user plugins from options
[debug] -> Starting Step: Set Urls and other options that rely on port/online status
[debug] Setting multiple Options
[debug] + Step Complete: Set Urls and other options that rely on port/online status
[debug] -> Starting Step: Setting Internal Events
[debug] + Step Complete: Setting Internal Events
[debug] -> Starting Step: Setting file watchers
[debug] + Step Complete: Setting file watchers
[debug] -> Starting Step: Merging middlewares from core + plugins
[debug] Setting Option: middleware - List []
[debug] + Step Complete: Merging middlewares from core + plugins
[debug] -> Starting Step: Starting the Server
[debug] Proxy running, proxing: http://mysite.test
[debug] Running mode: PROXY
[debug] + Step Complete: Starting the Server
[debug] -> Starting Step: Starting the HTTPS Tunnel
[debug] + Step Complete: Starting the HTTPS Tunnel
[debug] -> Starting Step: Starting the web-socket server
[debug] Setting Option: clientEvents - List [ "scroll", "scroll:element", "input:text", "input:toggles", "form:submit", "form:reset", "click" ]
[debug] + Step Complete: Starting the web-socket server
[debug] -> Starting Step: Starting the UI
[debug] Setting Option: session - 1539078200182
[UI] Starting Step: Setting default plugins
[UI] Step Complete: Setting default plugins
[UI] Starting Step: Finding a free port
[UI] Step Complete: Finding a free port
[UI] Starting Step: Setting options also relevant to UI from BS
[UI] Step Complete: Setting options also relevant to UI from BS
[UI] Starting Step: Setting available URLS for UI
[debug] Getting option via path: urls
[UI] Step Complete: Setting available URLS for UI
[UI] Starting Step: Starting the Control Panel Server
[UI] Using port 3001
[UI] Step Complete: Starting the Control Panel Server
[UI] Starting Step: Add element events
[UI] Step Complete: Add element events
[UI] Starting Step: Registering default plugins
[UI] Step Complete: Registering default plugins
[UI] Starting Step: Add options setting event
[UI] Step Complete: Add options setting event
[debug] + Step Complete: Starting the UI
[debug] -> Starting Step: Merge UI settings
[debug] Setting Option: urls - Map { "local": "http://localhost:3000", "external": "http://192.168.178.27:3000", "ui": "http://localhost:3001", "ui-external": "http://localhost:3001" }
[debug] + Step Complete: Merge UI settings
[debug] -> Starting Step: Init user plugins
[debug] Setting Option: userPlugins -
[debug] + Step Complete: Init user plugins
[Browsersync] Proxying: http://mysite.test
[Browsersync] Access URLs:
---------------------------------------
Local: http://localhost:3000
External: http://192.168.178.27:3000
---------------------------------------
UI: http://localhost:3001
UI External: http://localhost:3001
---------------------------------------
[11:43:43] Starting 'js-overture'...
[11:43:43] Starting 'js-main'...
[Browsersync] 1 file changed (overture.min.js)
[11:43:45] Finished 'js-overture' after 2.04 s
[Browsersync] Reloading Browsers...
[Browsersync] 1 file changed (main.min.js)
[11:43:47] Finished 'js-main' after 4.18 s
[11:43:47] Starting 'js-watch'...
[11:43:47] Finished 'js-watch' after 347 μs
[Browsersync] Reloading Browsers...
[Browsersync] Reloading Browsers...
[11:46:08] Starting 'compass'...
write wp-content/themes/mysite/css/style.css
[Browsersync] 3 files changed (dashstyling.css, loginstyle.css, style.css)
[11:46:15] Finished 'compass' after 7.02 s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment