You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,16 @@ Follow the wordpress setup guide.
54
54
<br>
55
55
Note: *With Ctrl+C you can stop browser-sync in the terminal.*
56
56
57
-
##### using browser-sync
57
+
##### Using browser-sync
58
58
59
-
If you now edit e.g. the style.css in ``my-wp-project/wordpress/wp-content/themes/twentysixteen`` your browser refreshes automatically.
59
+
If you edit e.g. the style.css in ``my-wp-project/wordpress/wp-content/themes/twentysixteen`` your browser refreshes automatically.
60
60
61
61
The browser-sync user interface is accessible via ``localhost:3002``.
62
62
63
-
##### change the watched wordpress theme
63
+
##### Change the watched wordpress theme
64
64
65
65
If you want to watch another or your own custom wordpress theme, change the settings in ``my-wp-project/gulp/config.yml`` and restart with ``gulp serve``.
66
+
<br><br>
66
67
67
68
## manage database
68
69
You can share a database dump within your repo, so you can sync development with your team mates.
0 commit comments