1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Compile all Soy JS files

I was testing this to see what the error was and I can't find one, so I assume it must have just been fixed at some point

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=248551972
This commit is contained in:
gbrodman
2019-05-16 10:25:55 -07:00
committed by jianglai
parent f18f389b03
commit 7fd1ad1dc6

View File

@@ -451,9 +451,6 @@ task soyToJS {
file("${rootSoyDirectory}/registrar").listFiles()
}.filter {
it.name.endsWith(".soy")
}.filter{
// TODO(b/123653579): add this back in when it compiles
!it.name.equals("OteSetupConsole.soy")
}, rootSoyFiles)
}
}