railsware / bozon

🛠 Command line tool for building, testing and publishing modern Electron applications
MIT License
758 stars 52 forks source link

Livereload Not Working #25

Closed timkendall closed 8 years ago

timkendall commented 8 years ago

Maybe I'm just being dumb but it doesn't seem like the app is auto-refreshing in development.

alchaplinsky commented 8 years ago

@timkendall Electron app scaffold does not come with livereload out of the box

timkendall commented 8 years ago

@alchapone Ahhh I see. The reload config option refers to the ability to Command + R the app.

Would be nice to have this built in. If I get to it I'll put in a PR for having that available by default. Awesome project man thanks for the hard work!