Skip to content

Commit

Permalink
docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Apr 22, 2016
1 parent 8a2a29b commit 305b0b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*.swp
src
docs
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ babel:
lint:
eslint . --env es6

docs:
tomdox lib/complete.js lib/debug.js lib/index.js lib/commands/*.js --primary orange --accent deep_orange --icon keyboard_tab --prefix https://mklabs.github.io/tabtab/

serve:
serve docs

env:
@echo $(PATH)

Expand Down

0 comments on commit 305b0b4

Please sign in to comment.