Skip to content

Commit fc5e6c0

Browse files
committed
added json files to excludelist
Signed-off-by: Sebastian Schubert <basti@schubert.digital>
1 parent 196ee65 commit fc5e6c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ compile '*' do
245245
# http://ruby-doc.org/stdlib-1.9.3/libdoc/erb/rdoc/ERB.html
246246
filter :erb
247247

248-
# only run the chain of filters when it's not an .xml or .erb or .ics file
249-
unless ['xml', 'erb', 'ics'].include? item[:extension] then
248+
# only run the chain of filters when it's not an .xml or .erb or .ics or .json file
249+
unless ['xml', 'erb', 'ics', 'json'].include? item[:extension] then
250250

251251
# don't process content that is generated from Pentabarf, or content
252252
# pages that have "kind: internal" in their metadata

0 commit comments

Comments
 (0)