Skip to content

Commit b02367d

Browse files
fmbenhassinemminella
authored andcommitted
BATCH-2676: exclude javascript files from inappropriate locations
1 parent 619a85f commit b02367d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,12 @@ task docsZip(type: Zip) {
733733
exclude '*.pdf'
734734
exclude '*.html'
735735
exclude 'images'
736+
exclude 'jsfiles'
737+
exclude 'tocbot-3.0.2'
736738
exclude 'html/index-pdf.html'
737739
exclude 'pdf/images'
740+
exclude 'pdf/jsfiles'
741+
exclude 'pdf/tocbot-3.0.2'
738742
exclude 'pdf/appendix.pdf'
739743
exclude 'pdf/common-patterns.pdf'
740744
exclude 'pdf/domain.pdf'

0 commit comments

Comments
 (0)