Skip to content

Commit

Permalink
new new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 13, 2013
1 parent b32e3c0 commit 3527af8
Show file tree
Hide file tree
Showing 16 changed files with 7,677 additions and 4,045 deletions.
2 changes: 1 addition & 1 deletion Cakefile
Expand Up @@ -128,7 +128,7 @@ task 'doc:site', 'watch and continually rebuild the documentation for the websit


task 'doc:source', 'rebuild the internal documentation', ->
exec 'docco -l linear src/*.*coffee && cp -rf docs documentation && rm -r docs', (err) ->
exec 'docco src/*.*coffee && cp -rf docs documentation && rm -r docs', (err) ->
throw err if err


Expand Down

0 comments on commit 3527af8

Please sign in to comment.