summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-15 21:01:01 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-06-15 21:01:01 +0200
commit89c25ea73ec35e8de47380b33295f6945b8334d8 (patch)
tree49dfd8e2ac4e1cb8458073cfee96bb3533df0929
parent813e5971c52df6961fe28569597144332e12984b (diff)
Parcel: Minor fixes.
Change-Id: Ib04e28ffa2d006a36292080cd2071e4ad85d4e2d
-rw-r--r--build.xml3
-rw-r--r--pom.xml1
2 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 04cdeb8..30b0d5c 100644
--- a/build.xml
+++ b/build.xml
@@ -40,9 +40,6 @@
<arg value="build"/>
<arg value="lib.css"/>
<arg value="lib.js"/>
- <arg value="lazychat/newLazychatMessage.js"/>
- <arg value="bookmarks/newBookmark.js"/>
- <arg value="posts/postList.js"/>
<arg value="web_modules/ContentTools.js"/>
<arg value="web_modules/ContentTools/build/content-tools.min.css"/>
</exec>
diff --git a/pom.xml b/pom.xml
index 6b09164..40c65c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,6 +366,7 @@
<resource>
<directory>src/main/resources</directory>
<excludes>
+ <exclude>META-INF/resources/.parcel-cache/**/*</exclude>
<exclude>META-INF/resources/node_modules/**/*</exclude>
<exclude>META-INF/resources/package.json</exclude>
<exclude>META-INF/resources/yarn.lock</exclude>