Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
added scripts to watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Aug 3, 2011
1 parent bfa584b commit 0afc347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ task 'watch', 'Build and watch for changes', ->
child = spawn 'coffee', ['-w', '-o', 'lib', '-c', 'src']
child.stdout.on 'data', datacb
child.stderr.on 'data', datacb
child2 = spawn 'coffee', ['-w', '-c', 'scripts']
child2.stdout.on 'data', datacb
child2.stderr.on 'data', datacb

0 comments on commit 0afc347

Please sign in to comment.