Added a wildcard pattern to force jekyll to include _*.js and _*.json files.
This commit is contained in:
parent
a3e852df0c
commit
aae05ff0bf
|
@ -41,10 +41,5 @@ exclude:
|
||||||
- vc/upx.exe
|
- vc/upx.exe
|
||||||
- vc/zip.exe
|
- vc/zip.exe
|
||||||
|
|
||||||
include:
|
# Include all .js and .json files that start with an '_'
|
||||||
- web/help/_translations.js
|
include: [ "_*.js", "_*.json" ]
|
||||||
- web/help/_keywords.json
|
|
||||||
- web/help/_toc.json
|
|
||||||
- web/help/taseditor/_translations.js
|
|
||||||
- web/help/taseditor/_keywords.json
|
|
||||||
- web/help/taseditor/_toc.json
|
|
||||||
|
|
Loading…
Reference in New Issue