We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad1f40 commit bbf7fa6Copy full SHA for bbf7fa6
1 file changed
_config.yml
@@ -30,14 +30,17 @@ nav:
30
- title: Utilities
31
url: /docs/utilities
32
33
-# Keep Jekyll from processing build artifacts
34
-exclude:
+# Force-include build artifacts (Jekyll passes them through as-is)
+include:
35
- hds-lib.js
36
- hds-lib.js.map
37
- hds-lib.js.LICENSE.txt
38
- tests-browser.js
39
- tests-browser.js.map
40
- version.json
41
+ - tests.html
42
+
43
+exclude:
44
- docs/MAINTAIN-DOC.md
45
- Gemfile
46
- Gemfile.lock
0 commit comments