Skip to content

Commit 013480b

Browse files
committed
fix minification
1 parent e022a63 commit 013480b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ subprojects {
2929

3030
processResources {
3131
// dont add development or to-do files into built jar
32-
exclude(".cache/", "**/*.bbmodel", "**/*.lnk", "**/*.xcf", "**/*.md", "**/*.txt", "**/*.blend", "**/*.blend1", "**/PlatformMethods.class")
32+
exclude(".cache/", "**/*.bbmodel", "**/*.lnk", "**/*.xcf", "**/*.md", "**/*.txt", "**/*.blend", "**/*.blend1", "PlatformMethods.class")
3333

34-
// doLast {
35-
// minifyJson(it)
36-
// }
34+
doLast {
35+
minifyJson(it)
36+
}
3737
}
3838

3939
repositories {

0 commit comments

Comments
 (0)