Last active
February 26, 2026 12:16
-
-
Save d0t15t/3ee1dfba4196a43993adec9e9afe2076 to your computer and use it in GitHub Desktop.
Browser sync with file watch for css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npx browser-sync start \ | |
| --proxy "https://yoursite.ddev.site" \ | |
| --files "web/themes/custom/your-theme/components/foo/*.css" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment