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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user