We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed79d41 commit 15bbae0Copy full SHA for 15bbae0
src/PatternLab/Watcher.php
@@ -65,8 +65,6 @@ public function watch($options = array()) {
65
// set-up the Dispatcher
66
$dispatcherInstance = Dispatcher::getInstance();
67
$dispatcherInstance->dispatch("watcher.start");
68
- popen("php /Users/dmolsen/Sites/patternlab-project/dev/development-edition/vendor/pattern-lab/plugin-reload/src/PatternLab/Reload/AutoReloadServer.php", "r");
69
- print "hello world";
70
71
// automatically start the auto-refresh tool
72
// DEPRECATED
0 commit comments