mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00: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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user