Skip to content

Commit

Permalink
web: output to web.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Aug 24, 2011
1 parent 02a9e70 commit 9dc8cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_site/
web.out/
.DS_Store
searchbird/project/boot
searchbird/project/plugins/project/
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
all:
jekyll
jekyll web web.out

serve:
jekyll --serve --auto
jekyll --serve --auto web web.out


.PHONY: all serve

0 comments on commit 9dc8cbe

Please sign in to comment.