aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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