kentcdodds / react-workshop-app

An abstraction for all my React workshops
https://kentcdodds.com/workshops
MIT License
149 stars 37 forks source link

Unable to open newly created files on isolated page without server restart #36

Closed belev closed 4 years ago

belev commented 4 years ago

What you did:

Create new file in exercise to implement the solution for the extra credit tasks - e.g. 01.extra-1.html.

What happened:

Unable to see it on isolated page without restarting the server - e.g. http://localhost:3000/isolated/exercise/01.extra-1.html

Problem description:

The newly created files are not automatically tracked and can't be accessed on isolated page.

Suggested solution:

It would be nice to be able to access the newly created files for solutions on isolated pages without server restart.

kentcdodds commented 4 years ago

I'm afraid this is impossible :-(

belev commented 4 years ago

A bit unfortunate but it's such a small thing compared to all of the awesome workshops 🙌. Thank you for your response.