Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
⏫ bump ddev-browsersync
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Nov 21, 2023
1 parent 6692af3 commit 3417686
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ddev/addon-metadata/ddev-browsersync/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ddev-browsersync
repository: ddev/ddev-browsersync
version: 2.5.0
install_date: "2023-10-10T11:40:39+09:00"
install_date: "2023-11-21T10:50:15+09:00"
project_files:
- docker-compose.browsersync.yaml
- web-build/Dockerfile.ddev-browsersync
Expand Down
10 changes: 10 additions & 0 deletions .ddev/commands/web/browsersync
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

#ddev-generated
## Description: Run browser-sync in the web container
## Usage: browsersync
## Example: "ddev browsersync"
## ExecRaw: true

echo "Proxying browsersync on ${DDEV_PRIMARY_URL}:3000"
browser-sync start -c /var/www/html/.ddev/browser-sync.js | grep -v "Access URLs\|--------------------\|Local: http\|External: http"

0 comments on commit 3417686

Please sign in to comment.