yjbanov / butterfly

A web framework for Dart based on Flutter's widget model
Apache License 2.0
157 stars 13 forks source link

automatic hot-reload using file watcher #17

Closed yjbanov closed 7 years ago

yjbanov commented 7 years ago

A command for watching current project directory and automatically running hot-reload.

yjbanov commented 7 years ago

If you don't pass --observe to the bin scripts the throw a NPE

Done.

weird to have to manually run a second command to start file watching. Maybe we need some sort of CLI for the dev client.

If we do a CLI it won't be very convenient to attach a debugger from IntelliJ. Right now all you do it hit the debug button. But yeah, eventually it would be nice to have to do fewer things to start a dev environment. Open to suggestions.