-
Notifications
You must be signed in to change notification settings - Fork 522
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
Conversation
b152ed6
to
9458e3e
Compare
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 2
There was a problem hiding this comment.
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 :)
So Bazel rules that originated in Google's codebase, such as `ts_library` depend in some ways on producing concatjs output. | ||
|
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
9458e3e
to
325f438
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮
…l/concatjs
BREAKING CHANGE:
users need to change their load statements for ts_devserver
Fixes #1082