Skip to content

Commit a646ed1

Browse files
committed
Update index.md
1 parent 24ca345 commit a646ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $project->addTask('css', ['fs', 'sass', function ($fs, $sass) {
5757
->pipe($fs->touch('my.css'));
5858
}]);
5959

60-
$project->addTask('css.watch', ['watch', function ($watch) use ($project) {
60+
$project->addTask('css.watch', ['watch', function ($watch) {
6161
$watch->init('my.scss')
6262
->addListener('modify', function ($event) {
6363
$this->runTask('css', $this->getOutput());

0 commit comments

Comments
 (0)