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

Commit

Permalink
Added cake install
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 11, 2011
1 parent 65c84cc commit 32c3860
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cakefile
Expand Up @@ -36,6 +36,16 @@ task "setup", "Install development dependencies", ->
log "Installing #{name} #{version}", green
exec "npm bundle install \"#{name}@#{version}\"", onerror

task "install", "Install Zombie in your local repository", ->
build (err)->
onerror err
generateMan (err)->
onerror err
log "Installing Zombie ...", green
exec "npm install", (err, stdout, stderr)->
process.stdout.write stderr
onerror err


## Building ##

Expand Down

0 comments on commit 32c3860

Please sign in to comment.