Faster, smaller server / Bundle check cleanup

This commit is contained in:
Anuken
2019-03-09 19:12:54 -05:00
parent 2a35e22dd2
commit a0905d5695
14 changed files with 124 additions and 77 deletions
+4
View File
@@ -31,6 +31,10 @@ task dist(type: Jar) {
from files(sourceSets.main.output.resourcesDir)
from {configurations.compile.collect {zipTree(it)}}
from files(project.assetsDir)
exclude("sprites/**")
exclude("fonts/**")
exclude("com/badlogic/gdx/**")
exclude("bundles/**")
writeVersion()