Skip to content

Commit

Permalink
add task watch in Cakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Metzler committed May 10, 2012
1 parent 8e26318 commit 9e66a27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cakefile
Expand Up @@ -4,6 +4,9 @@ log = console.log
task 'build', ->
run 'coffee -o lib -c src/*.coffee'

task 'watch', ->
run 'coffee -w -o lib -c src/*.coffee'

task 'test', ->
run 'coffee tests/index.coffee'

Expand Down

0 comments on commit 9e66a27

Please sign in to comment.