mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Remove .es. and liveSketch from extended examples
This commit is contained in:
@@ -187,6 +187,9 @@ tasks.register<Copy>("unzipWebsiteExamples") {
|
||||
include("processing-website-main/content/examples/**")
|
||||
eachFile { relativePath = RelativePath(true, *relativePath.segments.drop(3).toTypedArray()) }
|
||||
includeEmptyDirs = false
|
||||
exclude {
|
||||
it.name.contains(".es.") || it.name == "liveSketch.js"
|
||||
}
|
||||
}
|
||||
into(layout.buildDirectory.dir("resources-bundled/common/modes/java/examples"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user