mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-23 21:52:35 +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") {
|
||||
filter<JsMinifyFilter>()
|
||||
//filter<JsMinifyFilter>()
|
||||
}
|
||||
filesMatching("**/*.html") {
|
||||
filter<HtmlMinifyFilter>()
|
||||
|
Loading…
Reference in New Issue
Block a user