Skip to content

Commit

Permalink
Use local docco bin
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Feb 7, 2012
1 parent 05ec451 commit f0b7a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -10,7 +10,7 @@ publish = (msg, cmd) ->
if stdout.match /nothing to commit/
cmds = [
'rm -rf docs',
'docco src/**/*.coffee',
'node_modules/docco/bin/docco src/**/*.coffee',
cmd,
'ls -1 | grep -v docs | xargs rm -rf',
'mv docs/* .',
Expand Down

0 comments on commit f0b7a2b

Please sign in to comment.