Skip to content

Commit

Permalink
Change file.
Browse files Browse the repository at this point in the history
Reviewed by @tolmasky.
  • Loading branch information
tolmasky committed Jul 21, 2017
1 parent f9cd7a7 commit 15e2bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ DOCS = public/index.md \
public/guide.md

index.html: views/index.jade $(DOCS)
@./node_modules/.bin/pug --obj options.js $< -o .
@./node_modules/.bin/pug --obj pug-options.js $< -o .

public/index.md:
curl -s $(RAW)/koajs/koa/master/docs/api/index.md \
Expand Down
File renamed without changes.

0 comments on commit 15e2bed

Please sign in to comment.