mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 20:49:37 +02: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:
parent
f18f389b03
commit
7fd1ad1dc6
1 changed files with 0 additions and 3 deletions
|
@ -451,9 +451,6 @@ task soyToJS {
|
||||||
file("${rootSoyDirectory}/registrar").listFiles()
|
file("${rootSoyDirectory}/registrar").listFiles()
|
||||||
}.filter {
|
}.filter {
|
||||||
it.name.endsWith(".soy")
|
it.name.endsWith(".soy")
|
||||||
}.filter{
|
|
||||||
// TODO(b/123653579): add this back in when it compiles
|
|
||||||
!it.name.equals("OteSetupConsole.soy")
|
|
||||||
}, rootSoyFiles)
|
}, rootSoyFiles)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue