We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bbae0 commit 5f93447Copy full SHA for 5f93447
src/PatternLab/Watcher.php
@@ -66,14 +66,6 @@ public function watch($options = array()) {
66
$dispatcherInstance = Dispatcher::getInstance();
67
$dispatcherInstance->dispatch("watcher.start");
68
69
- // automatically start the auto-refresh tool
70
- // DEPRECATED
71
- /*if ($reload) {
72
- $path = str_replace("lib".DIRECTORY_SEPARATOR."PatternLab","autoReloadServer.php",__DIR__);
73
- $fp = popen("php ".$path." -s", "r");
74
- Console::writeLine("starting page auto-reload...");
75
- }*/
76
-
77
if ($noCacheBuster) {
78
Config::setOption("cacheBuster",0);
79
}
0 commit comments