Add new make targets.

This commit is contained in:
Luke Murphy 2017-10-04 16:35:39 +02:00
parent 894d8b4798
commit 7610e87bf2
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
devdist/
.sass-cache/
.jekyll-metadata
Gemfile.lock

View File

@ -1,2 +1,8 @@
devserver:
jekyll serve --incremental --destination devdist
proddist:
jekyll build
release:
git subtree push --prefix dist upstream production