mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-09 00:31:40 +01:00
disable js minify, not working with js classes
This commit is contained in:
parent
9757e76cd6
commit
633de5a2e0
@ -142,7 +142,7 @@ tasks.named<ProcessResources>("processResources") {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
filesMatching("**/*.js") {
|
filesMatching("**/*.js") {
|
||||||
filter<JsMinifyFilter>()
|
//filter<JsMinifyFilter>()
|
||||||
}
|
}
|
||||||
filesMatching("**/*.html") {
|
filesMatching("**/*.html") {
|
||||||
filter<HtmlMinifyFilter>()
|
filter<HtmlMinifyFilter>()
|
||||||
|
Loading…
Reference in New Issue
Block a user