aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:30:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-25 12:30:08 +0200
commit36f0a7c2fcbcee1e878972d6dfb65dcd18a76047 (patch)
tree8354e15adc6f09d1dc93d460961af011bb43c36d /Makefile
parentf3e394bc5e3d0b700920fe00f05fb3cfcfbdd94e (diff)
downloadmitjafelicijan.com-36f0a7c2fcbcee1e878972d6dfb65dcd18a76047.tar.gz
content update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d644446..8b93d83 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ clean:
2 -rm -Rf _site/ 2 -rm -Rf _site/
3 3
4run: clean 4run: clean
5 bundle exec jekyll serve --incremental --drafts 5 bundle exec jekyll serve --host=0.0.0.0 --incremental --drafts
6 6
7publish: 7publish:
8 cp _includes/site.min.css assets/site.min.css # for service worker 8 cp _includes/site.min.css assets/site.min.css # for service worker