Skip to content

Commit 0490eb9

Browse files
2.2.0 (#4873)
* Changelog for 2.2.0 * Bump version * Bump package versions * Fix `cake doc:source` for Docco 0.8.0 * Update output; some text tweaks
1 parent 9e80f6f commit 0490eb9

26 files changed

+2664
-1045
lines changed

Cakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ task 'doc:test:watch', 'watch and continually rebuild the browser-based tests',
332332

333333
buildAnnotatedSource = (watch = no) ->
334334
do generateAnnotatedSource = ->
335-
exec "node_modules/docco/bin/docco src/*.*coffee --output docs/v#{majorVersion}/annotated-source", (err) -> throw err if err
335+
exec "cd src && ../node_modules/docco/bin/docco *.*coffee --output ../docs/v#{majorVersion}/annotated-source", (err) -> throw err if err
336336
log 'generated', green, "annotated source in docs/v#{majorVersion}/annotated-source/"
337337

338338
if watch

0 commit comments

Comments
 (0)