Skip to content

Conversation

@stephanwlee
Copy link
Contributor

@stephanwlee stephanwlee commented Jan 21, 2021

With this change, dev assets are significantly different than prod one.

To enumerate the differences:

  • Angular application now loads in dev mode allowing ngrx to print
    diagnostic information on console
  • No longer vulcanize. Previously, we vulcanized to inline CSS, HTML,
    and resources and combined JavaScript into a single source. With this
    change, we no longer inline/concat sources and load them separately.
    • this breaks roboto.html loading as it internally uses rel="import"
      but we intend to get rid of it to remove dependency on
      tensorboard_html_binary which pulls in Java dependency.

temporary: this change contains PR #4588

With this change, dev assets are significantly different than prod one.

To enumerate the differences:
- Angular application now loads in dev mode allowing ngrx to print
diagnostic information on console
- No longer vulcanize. Previously, we vulcanized to inline CSS, HTML,
and resources and combined JavaScript into a single source. With this
change, we no longer inline/concat sources and load them separately.
  - this breaks roboto.html loading as it internally uses rel="import"
  but we intend to get rid of it to remove dependency on
  tensorboard_html_binary which pulls in Java dependency.
@stephanwlee stephanwlee marked this pull request as ready for review January 27, 2021 04:35
@stephanwlee stephanwlee requested a review from nfelt January 27, 2021 04:35
@stephanwlee stephanwlee merged commit 07a5ba7 into tensorflow:master Jan 29, 2021
@stephanwlee stephanwlee deleted the dev2 branch January 29, 2021 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants