Added a wildcard pattern to force jekyll to include _*.js and _*.json files.

This commit is contained in:
mjbudd77 2020-12-16 23:02:51 -05:00
parent a3e852df0c
commit aae05ff0bf
1 changed files with 2 additions and 7 deletions

View File

@ -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