Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Julie Qiu 97312c3aed devtools: fix references to scripts
In commit 947bb6d235, scripts was renamed
to devtools. There are some lingering references to scripts, which are now fixed.

Change-Id: Icca8b2fa05694fd546c141d045acd13c7679048f
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/753924
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2020-05-26 23:06:21 +00:00
Andrew Bonventre dec9db9ed0 content/static: rearrange loading order of scripts plus cleanup
+ Load all JavaScript files at the end of the page so that DOM
  parsing won’t be blocked by script execution.
+ Extract out Google Tag Manager script tag and place init logic in
  a separate file instead of using an inscrutable, minified inline
  script.
+ Add the JavaScript compilation script.
+ Update license headers to have a range so that multiple licenses
  are not included in the minified source when only the date is
  different.
+ Update the prettier config to avoid arrow parentheses unless they
  are needed to match existing style.

Change-Id: I7331ee7fab04eb2ff45b5f59928b3e5817d35813
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/752822
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Reviewed-by: Alexander Rakoczy <rakoczy@google.com>
2020-05-26 17:03:21 +00:00
Julie Qiu 947bb6d235 devtools: renamed from scripts
Change-Id: I1bf0f8a3297b2a83bb6515db25cb04e1b67220d0
Reviewed-on: https://team-review.git.corp.google.com/c/golang/discovery/+/752611
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
2020-05-21 19:10:19 +00:00