Skip to content

Commit

Permalink
Removed build command from Cakefile to match trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaccherone committed Jan 15, 2012
1 parent fd443fc commit f93fad3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cakefile
Expand Up @@ -7,10 +7,6 @@ by jashkenas


option '-p', '--prefix [DIR]', 'set the installation prefix for `cake install`' option '-p', '--prefix [DIR]', 'set the installation prefix for `cake install`'


task 'build', 'continually build the coffeedoc library with --watch', ->
coffee = spawn 'coffee', ['-cw', '-o', 'lib', 'src']
coffee.stdout.on 'data', (data) -> console.log data.toString().trim()

task 'install', 'install `coffeedoc` globally but from this source using npm', (options) -> task 'install', 'install `coffeedoc` globally but from this source using npm', (options) ->
exec('npm install -g .', (err, stdout, stderr) -> exec('npm install -g .', (err, stdout, stderr) ->
if err then console.error stderr if err then console.error stderr
Expand Down

0 comments on commit f93fad3

Please sign in to comment.