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

Open server on course page instead of main folder #50

Open
hanshillen opened this issue Jun 2, 2022 · 2 comments
Open

Open server on course page instead of main folder #50

hanshillen opened this issue Jun 2, 2022 · 2 comments
Assignees

Comments

@hanshillen
Copy link

Every time f I run rub -s my-course-name, rub opens http://localhost:3001/ and I still have to manually navigate to /builds/my-course-name/index.html in the browser from there.

It would simplify the process and save a lot of time if rub could just open http://localhost:3001/builds/my-course-name/index.html directly in this scenario.

I've changed this locally in commands/070server.js, but it would be useful if this could be the default behavior.

@oliverfoster
Copy link
Member

oliverfoster commented Jun 8, 2022

What do you expect to happen with the following commands?

  1. rub -s my-course-name my-course-name2 (multiple specified courses)
  2. rub -s (no specified course)

@hanshillen
Copy link
Author

For 1 I would expect to open the first course, for 2 I would expect it to do what it currently does (or maybe start in the builds folder).

@oliverfoster oliverfoster removed their assignment Jun 19, 2023
@oliverfoster oliverfoster self-assigned this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants