Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
bugfixes, documentation fixes, scope includes
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilWaldmann committed Jul 1, 2014
1 parent c0235e7 commit 54d6540
Show file tree
Hide file tree
Showing 28 changed files with 1,197 additions and 153 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ test-coveralls:
./node_modules/.bin/mocha --require blanket --recursive --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js

docs:
./node_modules/.bin/docu --output documentation/wiki/Home.md "./lib/**/*.js" "./examples/**/*.js"
./node_modules/.bin/docu --input documentation/wiki/Home.md --output documentation/wiki/Test.md "./lib/**/*.js" "./examples/**/*.js"

push-docs:
cd documentation/wiki && git add -A && git commit -m 'auto generated update' && git push origin master && cd ../..
Expand Down

0 comments on commit 54d6540

Please sign in to comment.