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

Watch mode: automatically rebuild when there are changes to the file system #22

Open
joshtynjala opened this issue Oct 9, 2019 · 1 comment

Comments

@joshtynjala
Copy link
Member

joshtynjala commented Oct 9, 2019

Watch source-path, library-path, external-library-path and asconfig.json for changes and rebuild.

Probably using this package: https://www.npmjs.com/package/chokidar

EDIT: Royale's compiler natively supports a --watch compiler option. It is supported with asconfigc's --watch option since asconfigc 1.6.0. See commit a3209fd. Other compilers will require a custom solution.

@gabrielhamel
Copy link

I'm also interested =)

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