BowlerHatLLC / asconfigc

Command line utility that builds ActionScript projects configured with an asconfig.json file.
https://www.npmjs.com/package/asconfigc
Apache License 2.0
18 stars 5 forks source link

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

Open joshtynjala opened 5 years ago

joshtynjala commented 5 years ago

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 a3209fd88793e66e10059de128431e096fb80e34. Other compilers will require a custom solution.

gabrielhamel commented 11 months ago

I'm also interested =)