-
Notifications
You must be signed in to change notification settings - Fork 570
README: Document gopherjs serve command. #408
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
Conversation
An alternative text I created first, before refactoring it, was:
It tried to explain how it works first, and what the end result is last. I re-arranged it so that it starts by saying what works, and then goes into details of how it works exactly. I hope that's an improvement. |
LGTM |
README: Document gopherjs serve command.
Do you have a working example of this? |
if then
Just put
but, |
"{{base}}.js" was just a way of suggesting that the name of the file is the base of the directory. E.g., if the file is That's because the base of path |
It might be confusing, so just use the example values and mention that the .js file name comes from the directory name. Hopefully, this is more clear. Updates #408.
Saying "{{base}}.js" might be confusing, so just use the example value and mention that the .js file name comes from the base directory name. Hopefully, this is more clear. Updates #408.
Fixes #268.
The
gopherjs serve
command was originally added in #121, motivation and background can be found there.