Exclude toc.js from pom.xml

This commit is contained in:
AhyoungRyu 2016-06-20 11:53:39 -07:00
parent 3fae7df749
commit a03ca99f03

View file

@ -484,6 +484,9 @@
<!-- bundled from anchor -->
<exclude>docs/assets/themes/zeppelin/js/anchor.min.js</exclude>
<!-- bundled from toc -->
<exclude>docs/assets/themes/zeppelin/js/toc.js</exclude>
<!-- bundled from jekyll -->
<exclude>docs/assets/themes/zeppelin/css/syntax.css</exclude>