mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +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
|
@ -24,7 +24,6 @@
|
|||
{@param xsrfToken: string} /** Security token. */
|
||||
{@param clientId: string} /** Registrar client identifier. */
|
||||
{@param username: string} /** Arbitrary username to display. */
|
||||
{@param isAdmin: bool} /** Is this user an App Engine account admin? */
|
||||
{@param logoutUrl: string} /** Generated URL for logging out of Google. */
|
||||
{@param showPaymentLink: bool}
|
||||
{@param productName: string} /** Name to display for this software product. */
|
||||
|
@ -51,18 +50,13 @@
|
|||
</div>
|
||||
{switch DEBUG}
|
||||
{case google.registry.ui.ConsoleDebug.PRODUCTION}
|
||||
{if $isAdmin}
|
||||
<script src="/assets/js/registrar_bin_map.js"></script>
|
||||
{else}
|
||||
<script src="/assets/js/registrar_bin.js"></script>
|
||||
{/if}
|
||||
<script src="/assets/js/registrar_bin.js"></script>
|
||||
{case google.registry.ui.ConsoleDebug.DEBUG}
|
||||
<script src="/assets/js/registrar_dbg.js"></script>
|
||||
{case google.registry.ui.ConsoleDebug.RAW}
|
||||
<script>var CLOSURE_NO_DEPS = true;</script>
|
||||
<script src="/assets/sources/external/closure_library/closure/goog/base.js">
|
||||
</script>
|
||||
<script src="/assets/sources/deps.js"></script>
|
||||
<script src="/assets/sources/closure_library/closure/goog/base.js"></script>
|
||||
<script src="/assets/sources/domain_registry/java/google/registry/ui/deps.js"></script>
|
||||
<script>goog.require('registry.registrar.main');</script>
|
||||
{/switch}
|
||||
{if isNonnull(DEBUG)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue