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
The Reload Plugin adds Web Socket-based automatic browser reload support to Pattern Lab. The Reload Plugin will automatically reload the Pattern Lab iFrame if you're using the `--watch` flag.
6
+
The Reload Plugin adds Web Socket-based automatic browser reload support to Pattern Lab. The Reload Plugin will automatically reload the Pattern Lab iFrame if you're using the `--watch` flag or `--server --with-watch` flag combo.
7
7
8
8
## Installation
9
9
@@ -19,8 +19,12 @@ The Reload Plugin is automatically turned on when you install it. Simply "watch"
19
19
20
20
php core/console --watch
21
21
22
+
You can also run your server and watch your project at the same time:
23
+
24
+
php core/console --server --with-watch
25
+
22
26
## Disabling the Plugin
23
27
24
28
To disable the Reload Plugin you can either directly edit `./config/config.yml` or use the command line option:
0 commit comments