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 24ca345 commit a646ed1Copy full SHA for a646ed1
index.md
@@ -57,7 +57,7 @@ $project->addTask('css', ['fs', 'sass', function ($fs, $sass) {
57
->pipe($fs->touch('my.css'));
58
}]);
59
60
-$project->addTask('css.watch', ['watch', function ($watch) use ($project) {
+$project->addTask('css.watch', ['watch', function ($watch) {
61
$watch->init('my.scss')
62
->addListener('modify', function ($event) {
63
$this->runTask('css', $this->getOutput());
0 commit comments