We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b272035 commit 939d7bdCopy full SHA for 939d7bd
Makefile
100644
100755
@@ -1,12 +1,16 @@
1
all: build test
2
3
+deploy:
4
+ bundle exec jekyll serve --incremental -H 0.0.0.0 -P 4000 --verbose --trace
5
+
6
preview:
7
bundle exec jekyll clean
- bundle exec jekyll serve --future --drafts --unpublished --incremental
8
+ bundle exec jekyll serve --future --drafts --unpublished --incremental --trace
9
10
build:
11
+ bundle install
12
- bundle exec jekyll build --future --drafts --unpublished
13
+ bundle exec jekyll build --future --drafts --unpublished --incremental --trace
14
15
test: test-fast test-slow
16
0 commit comments