mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 01:35:59 +02:00
Upgrade Nomulus to latest Closure Rules
Significant technical debt has been eliminated. The latest best practices are also now adopted for dealing with runfiles and dealing with files across repositories. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140762937
This commit is contained in:
parent
79a72387ee
commit
59f4984083
28 changed files with 193 additions and 361 deletions
|
@ -50,13 +50,8 @@
|
|||
{case google.registry.ui.ConsoleDebug.DEBUG}
|
||||
<link rel="stylesheet" href="/assets/css/{$app}_dbg.css">
|
||||
{case google.registry.ui.ConsoleDebug.RAW}
|
||||
{if $app == 'admin'}
|
||||
<link rel="stylesheet"
|
||||
href="/assets/sources/java/google/registry/ui/css/admin_imports_raw.css">
|
||||
{else}
|
||||
<link rel="stylesheet"
|
||||
href="/assets/sources/java/google/registry/ui/css/registrar_imports_raw.css">
|
||||
{/if}
|
||||
<link rel="stylesheet"
|
||||
href="/assets/sources/domain_registry/java/google/registry/ui/css/{$app}_imports_raw.css">
|
||||
{default}
|
||||
<!-- No DEBUG option set. -->
|
||||
{/switch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue