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

Add monitoring script to rebuild code after editing #16

Open
brayovsky opened this issue May 19, 2019 · 3 comments
Open

Add monitoring script to rebuild code after editing #16

brayovsky opened this issue May 19, 2019 · 3 comments

Comments

@brayovsky
Copy link
Contributor

Testing the app manually during development is hectic since one has to rebuild after every change. It would be simpler if we had a script to watch for file changes and rebuild. All a developer would have to do then would be to click the restart button on the debugger.
A tool like npm-watch or something better.

@adamwatters
Copy link
Owner

for sure 👍a watcher would make developing this extension much more pleasant.

@brayovsky
Copy link
Contributor Author

brayovsky commented May 23, 2019

@adamwatters What if we 'ejected' the app and then add a plugin like this that can write content generated from webpack-dev-server to disk to webpack config? With this we can:

  • Live reload files
  • Prevent the browser from starting up when running yarn start since we might not use it.

@adamwatters
Copy link
Owner

@brayovsky brilliant! go for it 🙌 let me know if you want/need a hand :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants