Skip to content

Commit

Permalink
Update Codo.
Browse files Browse the repository at this point in the history
  • Loading branch information
amw committed Oct 19, 2015
1 parent 0957369 commit 3a637cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .codoopts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
--name "JpegCamera"
--readme README.md
--title "JpegCamera Documentation"
--output-dir ./doc
--
README.md
LICENSE.md
--output ./doc
src/jpeg_camera.coffee
src/snapshot.coffee
src/stats.coffee
-
LICENSE.md
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = (grunt) ->
cmd: "rm -fr doc"
doc:
cmd: "PATH=\"$(npm bin):$PATH\" codo; " +
"cp doc/README.md.html doc/index.html"
"cp index.html doc/index.html"

grunt.loadNpmTasks "grunt-contrib-coffee"
grunt.loadNpmTasks "grunt-contrib-uglify"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-exec": "~0.4.2",
"codo": "~1.7"
"codo": "~2.0.11"
}
}

0 comments on commit 3a637cb

Please sign in to comment.