Skip to content

Commit 558644e

Browse files
committed
run using incremental build
1 parent ca61a53 commit 558644e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.jekyll-metadata

113 KB
Binary file not shown.

_docs/schema/vocabs/vocabs-array-ext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: fas fa-tag
77
order: "01.8.3"
88
---
99

10-
> This vocabulary is a work in progress. It is intended to deprecate and replace the existing [`uniqueKeys` vocabulary](/schema/vocabs/uniquekeys) and add some more array-centric functionality. Comments, questions, and ideas are welcome as issues in the [main `json-everything` repository](https://github.com/gregsdennis/json-everything).
10+
> This vocabulary is a work in progress. It is intended to deprecate and replace the existing [`uniqueKeys` vocabulary](/schema/vocabs/uniquekeys) by adding some more array-centric functionality. Comments, questions, and ideas are welcome as issues in the [main `json-everything` repository](https://github.com/gregsdennis/json-everything).
1111
{: .prompt-warning }
1212

1313
## 1. Purpose {#purpose}

run.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bundle exec jekyll serve
1+
bundle exec jekyll serve --incremental

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
bundle exec jekyll serve
3+
bundle exec jekyll serve --incremental

0 commit comments

Comments
 (0)