Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename ts_devserver to concatjs_devserver and move to @baze… #2239

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

alexeagle
Copy link
Collaborator

…l/concatjs

BREAKING CHANGE:
users need to change their load statements for ts_devserver

Fixes #1082

This is intentionally very simple, to help you get started quickly. However,
since there are many development servers available, we do not want to mirror
their features in yet another server we maintain.
1. Teach your real frontend server to serve files from Bazel's output directory.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 2

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well this is valid markdown too, but yeah if you're reading source it's nice not to have to render markdown in your head :)

Comment on lines +32 to +33
So Bazel rules that originated in Google's codebase, such as `ts_library` depend in some ways on producing concatjs output.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's worth mentioning the karma rules also use concatjs, unless that's already in here and I missed it

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think I'll send another PR to move karma_web_test but it needs a bit more thought. Will add a note here for now

…ncatjs

BREAKING CHANGE:
users need to change their load statements for ts_devserver

Fixes bazel-contrib#1082
Copy link
Collaborator

@gregmagolan gregmagolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮

@alexeagle alexeagle merged commit baeae89 into bazel-contrib:3.x Oct 20, 2020
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.

3 participants